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 c922eb50c..dcd1c2ab8 100644
--- a/servconf.h
+++ b/servconf.h
@@ -186,6 +186,8 @@ typedef struct {
186 186
187 u_int num_auth_methods; 187 u_int num_auth_methods;
188 char *auth_methods[MAX_AUTH_METHODS]; 188 char *auth_methods[MAX_AUTH_METHODS];
189
190 int debian_banner;
189} ServerOptions; 191} ServerOptions;
190 192
191/* Information about the incoming connection as used by Match */ 193/* Information about the incoming connection as used by Match */