summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index 5be47aecf..0a8f6fd62 100644
--- a/servconf.c
+++ b/servconf.c
@@ -2063,7 +2063,7 @@ process_server_config_line(ServerOptions *options, char *line,
2063 2063
2064 case sDebianBanner: 2064 case sDebianBanner:
2065 intptr = &options->debian_banner; 2065 intptr = &options->debian_banner;
2066 goto parse_int; 2066 goto parse_flag;
2067 2067
2068 case sDeprecated: 2068 case sDeprecated:
2069 case sIgnore: 2069 case sIgnore: