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