diff options
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.h b/servconf.h index 4ad1ee7be..b676f2b67 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: servconf.h,v 1.60 2003/05/15 01:48:10 jakob Exp $ */ | 1 | /* $OpenBSD: servconf.h,v 1.61 2003/06/02 09:17:34 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -112,7 +112,7 @@ typedef struct { | |||
112 | int max_startups_rate; | 112 | int max_startups_rate; |
113 | int max_startups; | 113 | int max_startups; |
114 | char *banner; /* SSH-2 banner message */ | 114 | char *banner; /* SSH-2 banner message */ |
115 | int verify_reverse_mapping; /* cross-check ip and dns */ | 115 | int use_dns; |
116 | int client_alive_interval; /* | 116 | int client_alive_interval; /* |
117 | * poke the client this often to | 117 | * poke the client this often to |
118 | * see if it's still there | 118 | * see if it's still there |