artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c0f455
)
typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
author
markus
<markus@openbsd.org>
Tue, 7 Mar 2000 20:40:41 +0000
(20:40 +0000)
committer
markus
<markus@openbsd.org>
Tue, 7 Mar 2000 20:40:41 +0000
(20:40 +0000)
usr.bin/ssh/servconf.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/servconf.c
b/usr.bin/ssh/servconf.c
index
d4cfbac
..
15b326f
100644
(file)
--- a/
usr.bin/ssh/servconf.c
+++ b/
usr.bin/ssh/servconf.c
@@
-12,7
+12,7
@@
*/
#include "includes.h"
-RCSID("$Id: servconf.c,v 1.3
0 2000/02/24 18:22:16
markus Exp $");
+RCSID("$Id: servconf.c,v 1.3
1 2000/03/07 20:40:41
markus Exp $");
#include "ssh.h"
#include "servconf.h"
@@
-402,7
+402,7
@@
parse_flag:
case sIgnoreUserKnownHosts:
intptr = &options->ignore_user_known_hosts;
- goto parse_
int
;
+ goto parse_
flag
;
case sRhostsAuthentication:
intptr = &options->rhosts_authentication;