=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/ssh/readconf.c 1999/10/03 21:50:03 1.8 +++ src/usr.bin/ssh/readconf.c 1999/10/03 22:01:39 1.9 @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$Id: readconf.c,v 1.8 1999/10/03 21:50:03 provos Exp $"); +RCSID("$Id: readconf.c,v 1.9 1999/10/03 22:01:39 provos Exp $"); #include "ssh.h" #include "cipher.h" @@ -303,6 +303,10 @@ case oBatchMode: intptr = &options->batch_mode; + goto parse_flag; + + case oCheckHostIP: + intptr = &options->check_host_ip; goto parse_flag; case oStrictHostKeyChecking: