summaryrefslogtreecommitdiffstats
path: root/servconf.c
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2017-12-05 23:56:07 +0000
committerDarren Tucker <dtucker@zip.com.au>2017-12-07 11:46:35 +1100
commit168ecec13f9d7cb80c07df3bf7d414f4e4165e84 (patch)
tree6cb127206e5cbb4b9e2f4cfb16e8c8c5c8e5b82a /servconf.c
parent927f8514ceffb1af380a5f63ab4d3f7709b1b198 (diff)
upstream commit
Add missing break for rdomain. Prevents spurious "Deprecated option" warnings. ok djm@ OpenBSD-Commit-ID: ba28a675d39bb04a974586241c3cba71a9c6099a
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index ccb25784..a9d727fd 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: servconf.c,v 1.320 2017/11/03 05:18:44 djm Exp $ */
+/* $OpenBSD: servconf.c,v 1.321 2017/12/05 23:56:07 dtucker Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved
@@ -2029,6 +2029,7 @@ process_server_config_line(ServerOptions *options, char *line,
filename, linenum);
if (*activep && *charptr == NULL)
*charptr = xstrdup(arg);
+ break;
case sDeprecated:
case sIgnore: