From: djm@openbsd.org Date: Thu, 25 Aug 2016 23:56:51 +0000 (+0000) Subject: upstream commit X-Git-Tag: V_7_4_P1~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94c60306643ae904add6e8ed219e4be3494255c;p=thirdparty%2Fopenssh-portable.git upstream commit remove superfluous NOTREACHED comment Upstream-ID: a7485c1f1be618e8c9e38fd9be46c13b2d03b90c --- diff --git a/readconf.c b/readconf.c index c177202b1..351a22c32 100644 --- a/readconf.c +++ b/readconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.259 2016/07/22 03:35:11 djm Exp $ */ +/* $OpenBSD: readconf.c,v 1.260 2016/08/25 23:56:51 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -858,7 +858,6 @@ process_config_line_depth(Options *options, struct passwd *pw, const char *host, case oBadOption: /* don't panic, but count bad options */ return -1; - /* NOTREACHED */ case oIgnoredUnknownOption: debug("%s line %d: Ignored unknown option \"%s\"", filename, linenum, keyword);