diff options
author | 2006-03-17 22:31:50 +0000 | |
---|---|---|
committer | 2006-03-17 22:31:50 +0000 | |
commit | 74af437b5f815c2814f545984aa7a04d75a69fe3 (patch) | |
tree | 113a8c8f18eb47e7a6b9cf7bc4958e3f149b6afe | |
parent | unreachanble statement, found by lint (diff) | |
download | wireguard-openbsd-74af437b5f815c2814f545984aa7a04d75a69fe3.tar.xz wireguard-openbsd-74af437b5f815c2814f545984aa7a04d75a69fe3.zip |
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) { |