diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-02 19:18:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-02 19:18:23 +0000 |
commit | 3256fc84de41e27a9692ab20d1fcb6f9ce506cd7 (patch) | |
tree | e0f75a12c0907329e78e6e4fb082d14d12bf47de /usr.bin/ssh/servconf.c | |
parent | 525458690bad9a7e8000864dc3a3a7e424ec8060 (diff) |
Wall
Diffstat (limited to 'usr.bin/ssh/servconf.c')
-rw-r--r-- | usr.bin/ssh/servconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index 9590653331c..f68ecb10ab3 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/servconf.c @@ -12,7 +12,7 @@ Created: Mon Aug 21 15:48:58 1995 ylo */ #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 @@ void read_server_config(ServerOptions *options, const char *filename) case sHostKeyFile: charptr = &options->host_key_file; - parse_pathname: cp = strtok(NULL, WHITESPACE); if (!cp) { |