summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--servconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index ccb257843..a9d727fdb 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
1 1
2/* $OpenBSD: servconf.c,v 1.320 2017/11/03 05:18:44 djm Exp $ */ 2/* $OpenBSD: servconf.c,v 1.321 2017/12/05 23:56:07 dtucker Exp $ */
3/* 3/*
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5 * All rights reserved 5 * All rights reserved
@@ -2029,6 +2029,7 @@ process_server_config_line(ServerOptions *options, char *line,
2029 filename, linenum); 2029 filename, linenum);
2030 if (*activep && *charptr == NULL) 2030 if (*activep && *charptr == NULL)
2031 *charptr = xstrdup(arg); 2031 *charptr = xstrdup(arg);
2032 break;
2032 2033
2033 case sDeprecated: 2034 case sDeprecated:
2034 case sIgnore: 2035 case sIgnore: