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

Diff for /src/usr.bin/ssh/readconf.c between version 1.159 and 1.160

version 1.159, 2006/08/03 03:34:42 version 1.160, 2007/01/17 23:22:52
Line 359 
Line 359 
                 if ((value = convtime(arg)) == -1)                  if ((value = convtime(arg)) == -1)
                         fatal("%s line %d: invalid time value.",                          fatal("%s line %d: invalid time value.",
                             filename, linenum);                              filename, linenum);
                 if (*intptr == -1)                  if (*activep && *intptr == -1)
                         *intptr = value;                          *intptr = value;
                 break;                  break;
   

Legend:
Removed from v.1.159  
changed lines
  Added in v.1.160