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

version 1.8, 1999/10/03 21:50:03 version 1.9, 1999/10/03 22:01:39
Line 305 
Line 305 
       intptr = &options->batch_mode;        intptr = &options->batch_mode;
       goto parse_flag;        goto parse_flag;
   
       case oCheckHostIP:
         intptr = &options->check_host_ip;
         goto parse_flag;
   
     case oStrictHostKeyChecking:      case oStrictHostKeyChecking:
       intptr = &options->strict_host_key_checking;        intptr = &options->strict_host_key_checking;
       cp = strtok(NULL, WHITESPACE);        cp = strtok(NULL, WHITESPACE);

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