summaryrefslogtreecommitdiffstats
path: root/authfd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 13:50:14 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 13:50:14 +1100
commit5b83232b48b83e05856f96a5f7477e0352a29b1e (patch)
treea9d4a43bb51e8360ade0a038f08111b7b8241fcb /authfd.c
parent745570cd7991f2a47649b414084496128326f5d3 (diff)
- djm@cvs.openbsd.org 2006/03/17 22:31:50
[authfd.c] another unreachable found by lint
Diffstat (limited to 'authfd.c')
-rw-r--r--authfd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/authfd.c b/authfd.c
index a3f22cfc..421d75a7 100644
--- a/authfd.c
+++ b/authfd.c
@@ -519,7 +519,6 @@ ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key,
default:
buffer_free(&msg);
return 0;
- break;
}
if (constrained) {
if (life != 0) {