[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.15 and 1.16

version 1.15, 1999/10/14 19:56:02 version 1.16, 1999/10/14 20:17:24
Line 272 
Line 272 
   if (!f)    if (!f)
     {      {
       perror(filename);        perror(filename);
       return;        exit(1);
     }      }
   
   linenum = 0;    linenum = 0;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16