From: dtucker@openbsd.org Date: Tue, 5 Dec 2017 23:56:07 +0000 (+0000) Subject: upstream commit X-Git-Tag: V_7_7_P1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168ecec13f9d7cb80c07df3bf7d414f4e4165e84;p=thirdparty%2Fopenssh-portable.git upstream commit Add missing break for rdomain. Prevents spurious "Deprecated option" warnings. ok djm@ OpenBSD-Commit-ID: ba28a675d39bb04a974586241c3cba71a9c6099a --- diff --git a/servconf.c b/servconf.c index ccb257843..a9d727fdb 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 , 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: