summaryrefslogtreecommitdiff
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
parent745570cd7991f2a47649b414084496128326f5d3 (diff)
- djm@cvs.openbsd.org 2006/03/17 22:31:50
[authfd.c] another unreachable found by lint
-rw-r--r--ChangeLog5
-rw-r--r--authfd.c1
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 @@
8 [scp.c] 8 [scp.c]
9 Try to display errormessage even if remout == -1 9 Try to display errormessage even if remout == -1
10 ok djm@, markus@ 10 ok djm@, markus@
11 - djm@cvs.openbsd.org 2006/03/17 22:31:50
12 [authfd.c]
13 another unreachable found by lint
11 14
1220060325 1520060325
13 - OpenBSD CVS Sync 16 - OpenBSD CVS Sync
@@ -4265,4 +4268,4 @@
4265 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4268 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4266 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4269 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4267 4270
4268$Id: ChangeLog,v 1.4243 2006/03/26 02:49:43 djm Exp $ 4271$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,
519 default: 519 default:
520 buffer_free(&msg); 520 buffer_free(&msg);
521 return 0; 521 return 0;
522 break;
523 } 522 }
524 if (constrained) { 523 if (constrained) {
525 if (life != 0) { 524 if (life != 0) {