From 1abbc4e2d095c5a8eac59ba16ca89923dac6b545 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 17 Mar 2006 22:31:51 +0000 Subject: another unreachable found by lint --- usr.bin/ssh/authfd.c | 3 +-- 1 file changed, 1 insertion(+), 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 #include @@ -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