diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2006-03-17 22:31:51 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2006-03-17 22:31:51 +0000 |
commit | 1abbc4e2d095c5a8eac59ba16ca89923dac6b545 (patch) | |
tree | d457ce2c1ca3f1071af86ee7412d05209d5583c7 | |
parent | 90d3acc63c0a1d8ae505696663f573af5f1345c2 (diff) |
another unreachable found by lint
-rw-r--r-- | usr.bin/ssh/authfd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/authfd.c b/usr.bin/ssh/authfd.c index baf1197932d..80dce15c837 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.68 2006/03/17 22:31:11 djm Exp $"); +RCSID("$OpenBSD: authfd.c,v 1.69 2006/03/17 22:31:50 djm Exp $"); #include <sys/types.h> #include <sys/un.h> @@ -519,7 +519,6 @@ ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, default: buffer_free(&msg); return 0; - break; } if (constrained) { if (life != 0) { |