summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/authfd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2006-03-17 22:31:12 +0000
committerDamien Miller <djm@cvs.openbsd.org>2006-03-17 22:31:12 +0000
commit90d3acc63c0a1d8ae505696663f573af5f1345c2 (patch)
tree84c981736adda74e52033c5194aba9d6d33a5a43 /usr.bin/ssh/authfd.c
parentdbdd0ff8d7efaec32efe4f71e8cd5cd0885bd24b (diff)
unreachanble statement, found by lint
Diffstat (limited to 'usr.bin/ssh/authfd.c')
-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--;