From 5b83232b48b83e05856f96a5f7477e0352a29b1e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 26 Mar 2006 13:50:14 +1100 Subject: [PATCH] - djm@cvs.openbsd.org 2006/03/17 22:31:50 [authfd.c] another unreachable found by lint --- ChangeLog | 5 ++++- authfd.c | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index db58bb147..0245a0e03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ [scp.c] Try to display errormessage even if remout == -1 ok djm@, markus@ + - djm@cvs.openbsd.org 2006/03/17 22:31:50 + [authfd.c] + another unreachable found by lint 20060325 - OpenBSD CVS Sync @@ -4265,4 +4268,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4243 2006/03/26 02:49:43 djm Exp $ +$Id: ChangeLog,v 1.4244 2006/03/26 02:50:14 djm Exp $ 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) {