summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2006-03-17 22:31:11 +0000
committerdjm <djm@openbsd.org>2006-03-17 22:31:11 +0000
commit4a6b003dd85c57f138e07f92e7a29fc1998fc60e (patch)
treeda7e20b9bfe397b973cd15183a167fb6b0dc83df
parentmore delinting. (diff)
downloadwireguard-openbsd-4a6b003dd85c57f138e07f92e7a29fc1998fc60e.tar.xz
wireguard-openbsd-4a6b003dd85c57f138e07f92e7a29fc1998fc60e.zip
unreachanble statement, found by lint
-rw-r--r--usr.bin/ssh/authfd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/authfd.c b/usr.bin/ssh/authfd.c
index 06e6d4a4cae..baf1197932d 100644
--- a/usr.bin/ssh/authfd.c
+++ b/usr.bin/ssh/authfd.c
@@ -35,7 +35,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: authfd.c,v 1.67 2006/02/20 16:36:14 stevesk Exp $");
+RCSID("$OpenBSD: authfd.c,v 1.68 2006/03/17 22:31:11 djm Exp $");
#include <sys/types.h>
#include <sys/un.h>
@@ -338,7 +338,6 @@ ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int versio
break;
default:
return NULL;
- break;
}
/* Decrement the number of remaining entries. */
auth->howmany--;