mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-04-01 22:58:53 +00:00
- djm@cvs.openbsd.org 2006/03/17 22:31:11
[authfd.c] unreachanble statement, found by lint
This commit is contained in:
parent
5b83232b48
commit
304a940889
@ -11,6 +11,9 @@
|
|||||||
- djm@cvs.openbsd.org 2006/03/17 22:31:50
|
- djm@cvs.openbsd.org 2006/03/17 22:31:50
|
||||||
[authfd.c]
|
[authfd.c]
|
||||||
another unreachable found by lint
|
another unreachable found by lint
|
||||||
|
- djm@cvs.openbsd.org 2006/03/17 22:31:11
|
||||||
|
[authfd.c]
|
||||||
|
unreachanble statement, found by lint
|
||||||
|
|
||||||
20060325
|
20060325
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
@ -4268,4 +4271,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.4244 2006/03/26 02:50:14 djm Exp $
|
$Id: ChangeLog,v 1.4245 2006/03/26 02:50:37 djm Exp $
|
||||||
|
1
authfd.c
1
authfd.c
@ -337,7 +337,6 @@ ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int versio
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return NULL;
|
return NULL;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
/* Decrement the number of remaining entries. */
|
/* Decrement the number of remaining entries. */
|
||||||
auth->howmany--;
|
auth->howmany--;
|
||||||
|
Loading…
Reference in New Issue
Block a user