[openssh-commits] [openssh] 01/02: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Oct 26 08:53:25 AEDT 2016
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit a903e315dee483e555c8a3a02c2946937f9b4e5d
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Oct 24 01:09:17 2016 +0000
upstream commit
Remove dead breaks, found via opencoverage.net. ok
deraadt@
Upstream-ID: ad9cc655829d67fad219762810770787ba913069
---
servconf.c | 3 +--
sshkey.c | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/servconf.c b/servconf.c
index 4bf0b2a..35abec4 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: servconf.c,v 1.297 2016/09/28 20:32:42 djm Exp $ */
+/* $OpenBSD: servconf.c,v 1.298 2016/10/24 01:09:17 dtucker Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
* All rights reserved
@@ -1116,7 +1116,6 @@ process_server_config_line(ServerOptions *options, char *line,
MAX_HOSTCERTS);
charptr = &options->host_cert_files[*intptr];
goto parse_filename;
- break;
case sPidFile:
charptr = &options->pid_file;
diff --git a/sshkey.c b/sshkey.c
index 25a360b..c01da6c 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshkey.c,v 1.40 2016/10/04 21:34:40 djm Exp $ */
+/* $OpenBSD: sshkey.c,v 1.41 2016/10/24 01:09:17 dtucker Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2008 Alexander von Gernler. All rights reserved.
@@ -512,7 +512,6 @@ sshkey_new(int type)
default:
free(k);
return NULL;
- break;
}
if (sshkey_is_cert(k)) {
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list