[openssh-commits] [openssh] 03/07: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Aug 29 11:20:54 AEST 2016
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit a94c60306643ae904add6e8ed219e4be3494255c
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Aug 25 23:56:51 2016 +0000
upstream commit
remove superfluous NOTREACHED comment
Upstream-ID: a7485c1f1be618e8c9e38fd9be46c13b2d03b90c
---
readconf.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/readconf.c b/readconf.c
index c177202..351a22c 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 <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, 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);
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list