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 3852b1bae..0cd78bc22 100644
--- a/servconf.h
+++ b/servconf.h
@@ -154,6 +154,8 @@ typedef struct {
154 154
155 int num_permitted_opens; 155 int num_permitted_opens;
156 156
157 int debian_banner;
158
157 char *chroot_directory; 159 char *chroot_directory;
158} ServerOptions; 160} ServerOptions;
159 161