summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h
index 90dfa4c24..913a21b39 100644
--- a/servconf.h
+++ b/servconf.h
@@ -191,6 +191,8 @@ typedef struct {
191 char *auth_methods[MAX_AUTH_METHODS]; 191 char *auth_methods[MAX_AUTH_METHODS];
192 192
193 int fingerprint_hash; 193 int fingerprint_hash;
194
195 int debian_banner;
194} ServerOptions; 196} ServerOptions;
195 197
196/* Information about the incoming connection as used by Match */ 198/* Information about the incoming connection as used by Match */