[BACK]Return to ssh.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.c between version 1.188 and 1.189

version 1.188, 2002/11/27 17:53:35 version 1.189, 2002/12/09 16:50:30
Line 492 
Line 492 
                         host = ++cp;                          host = ++cp;
                 } else                  } else
                         host = *av;                          host = *av;
                 ac--, av++;                  if (ac > 1) {
                 if (ac > 0) {                          optind = optreset = 1;
                         optind = 0;  
                         optreset = 1;  
                         goto again;                          goto again;
                 }                  }
                   ac--, av++;
         }          }
   
         /* Check that we got a host name. */          /* Check that we got a host name. */

Legend:
Removed from v.1.188  
changed lines
  Added in v.1.189