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 a476d5220..986093ffa 100644
--- a/servconf.h
+++ b/servconf.h
@@ -214,6 +214,8 @@ typedef struct {
214 int fingerprint_hash; 214 int fingerprint_hash;
215 int expose_userauth_info; 215 int expose_userauth_info;
216 u_int64_t timing_secret; 216 u_int64_t timing_secret;
217
218 int debian_banner;
217} ServerOptions; 219} ServerOptions;
218 220
219/* Information about the incoming connection as used by Match */ 221/* Information about the incoming connection as used by Match */