[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.48 and 1.49

version 1.48, 2000/07/13 22:53:21 version 1.49, 2000/07/14 22:59:46
Line 320 
Line 320 
                 arg = strdelim(&cp);                  arg = strdelim(&cp);
                 /* Ignore leading whitespace */                  /* Ignore leading whitespace */
                 if (*arg == '\0')                  if (*arg == '\0')
                         arg = cp;                          arg = strdelim(&cp);
                 if (!*arg || *arg == '#')                  if (!*arg || *arg == '#')
                         continue;                          continue;
                 opcode = parse_token(arg, filename, linenum);                  opcode = parse_token(arg, filename, linenum);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49