[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.116 and 1.117

version 1.116, 2003/02/21 09:05:53 version 1.117, 2003/04/08 20:21:29
Line 869 
Line 869 
                 goto parse_int;                  goto parse_int;
   
         case sDeprecated:          case sDeprecated:
                 log("%s line %d: Deprecated option %s",                  logit("%s line %d: Deprecated option %s",
                     filename, linenum, arg);                      filename, linenum, arg);
                 while (arg)                  while (arg)
                     arg = strdelim(&cp);                      arg = strdelim(&cp);

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117