From 5b83232b48b83e05856f96a5f7477e0352a29b1e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 26 Mar 2006 13:50:14 +1100 Subject: - djm@cvs.openbsd.org 2006/03/17 22:31:50 [authfd.c] another unreachable found by lint --- authfd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'authfd.c') diff --git a/authfd.c b/authfd.c index a3f22cfc7..421d75a77 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) { -- cgit v1.2.3