diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | authfd.c | 1 |
2 files changed, 4 insertions, 2 deletions
@@ -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 | ||
12 | 20060325 | 15 | 20060325 |
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 $ |
@@ -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) { |