]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordtucker@openbsd.org <dtucker@openbsd.org>
Tue, 5 Dec 2017 23:56:07 +0000 (23:56 +0000)
committerDarren Tucker <dtucker@zip.com.au>
Thu, 7 Dec 2017 00:46:35 +0000 (11:46 +1100)
Add missing break for rdomain.  Prevents spurious
"Deprecated option" warnings.  ok djm@

OpenBSD-Commit-ID: ba28a675d39bb04a974586241c3cba71a9c6099a

servconf.c

index ccb257843a101d9659425a59a25ceb172b577122..a9d727fdb29e74c01d87d948f46e1833b21297e3 100644 (file)
@@ -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: