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

Diff for /src/usr.bin/ssh/servconf.c between version 1.146 and 1.147

version 1.146, 2005/12/08 18:34:11 version 1.147, 2006/03/19 02:24:05
Line 413 
Line 413 
         u_int i;          u_int i;
   
         cp = line;          cp = line;
         arg = strdelim(&cp);          if ((arg = strdelim(&cp)) != NULL)
                   return 0;
         /* Ignore leading whitespace */          /* Ignore leading whitespace */
         if (*arg == '\0')          if (*arg == '\0')
                 arg = strdelim(&cp);                  arg = strdelim(&cp);

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147