=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/ssh/servconf.c 1999/10/01 22:23:48 1.8 +++ src/usr.bin/ssh/servconf.c 1999/10/02 19:18:22 1.9 @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$Id: servconf.c,v 1.8 1999/10/01 22:23:48 deraadt Exp $"); +RCSID("$Id: servconf.c,v 1.9 1999/10/02 19:18:22 deraadt Exp $"); #include "ssh.h" #include "servconf.h" @@ -298,7 +298,6 @@ case sHostKeyFile: charptr = &options->host_key_file; - parse_pathname: cp = strtok(NULL, WHITESPACE); if (!cp) {