[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.8 and 1.9

version 1.8, 1999/10/01 22:23:48 version 1.9, 1999/10/02 19:18:22
Line 298 
Line 298 
   
         case sHostKeyFile:          case sHostKeyFile:
           charptr = &options->host_key_file;            charptr = &options->host_key_file;
         parse_pathname:  
           cp = strtok(NULL, WHITESPACE);            cp = strtok(NULL, WHITESPACE);
           if (!cp)            if (!cp)
             {              {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9