[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.60 and 1.61

version 1.60, 2001/01/19 15:55:11 version 1.61, 2001/01/20 23:00:56
Line 333 
Line 333 
                 /* Ignore leading whitespace */                  /* Ignore leading whitespace */
                 if (*arg == '\0')                  if (*arg == '\0')
                         arg = strdelim(&cp);                          arg = strdelim(&cp);
                 if (!*arg || *arg == '#')                  if (!arg || !*arg || *arg == '#')
                         continue;                          continue;
                 intptr = NULL;                  intptr = NULL;
                 charptr = NULL;                  charptr = NULL;

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61