diff options
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h index f655c5bf7..fd72ce2a3 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -188,6 +188,8 @@ typedef struct { | |||
188 | 188 | ||
189 | u_int num_auth_methods; | 189 | u_int num_auth_methods; |
190 | char *auth_methods[MAX_AUTH_METHODS]; | 190 | char *auth_methods[MAX_AUTH_METHODS]; |
191 | |||
192 | int debian_banner; | ||
191 | } ServerOptions; | 193 | } ServerOptions; |
192 | 194 | ||
193 | /* Information about the incoming connection as used by Match */ | 195 | /* Information about the incoming connection as used by Match */ |