- djm@cvs.openbsd.org 2006/03/17 22:31:50

[authfd.c]
     another unreachable found by lint
This commit is contained in:
Damien Miller 2006-03-26 13:50:14 +11:00
parent 745570cd79
commit 5b83232b48
2 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,9 @@
[scp.c] [scp.c]
Try to display errormessage even if remout == -1 Try to display errormessage even if remout == -1
ok djm@, markus@ ok djm@, markus@
- djm@cvs.openbsd.org 2006/03/17 22:31:50
[authfd.c]
another unreachable found by lint
20060325 20060325
- OpenBSD CVS Sync - OpenBSD CVS Sync
@ -4265,4 +4268,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (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 $

View File

@ -519,7 +519,6 @@ ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key,
default: default:
buffer_free(&msg); buffer_free(&msg);
return 0; return 0;
break;
} }
if (constrained) { if (constrained) {
if (life != 0) { if (life != 0) {