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 d2ed4d78b..ed0f17167 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -192,6 +192,8 @@ typedef struct { | |||
192 | char *auth_methods[MAX_AUTH_METHODS]; | 192 | char *auth_methods[MAX_AUTH_METHODS]; |
193 | 193 | ||
194 | int fingerprint_hash; | 194 | int fingerprint_hash; |
195 | |||
196 | int debian_banner; | ||
195 | } ServerOptions; | 197 | } ServerOptions; |
196 | 198 | ||
197 | /* Information about the incoming connection as used by Match */ | 199 | /* Information about the incoming connection as used by Match */ |