diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-01-08 17:08:35 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-01-08 17:08:35 +1100 |
commit | 2944082b3f84b5260a748a529f90cd18a6187610 (patch) | |
tree | 1d38062fa7cdc0cbd6f07406760adf94c631feed /ChangeLog | |
parent | 876045b0fb273ee11b02c535833b076c875253dc (diff) | |
download | openssh-git-2944082b3f84b5260a748a529f90cd18a6187610.tar.gz |
- djm@cvs.openbsd.org 2009/11/17 05:31:44
[clientloop.c]
fix incorrect exit status when multiplexing and channel ID 0 is recycled
bz#1570 reported by peter.oliver AT eon-is.co.uk; ok dtucker
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -57,6 +57,10 @@ the end of the select read/write fdset and make sure a reused FD is not touched before the pre-handlers are called. with and ok djm@ + - djm@cvs.openbsd.org 2009/11/17 05:31:44 + [clientloop.c] + fix incorrect exit status when multiplexing and channel ID 0 is recycled + bz#1570 reported by peter.oliver AT eon-is.co.uk; ok dtucker 20091226 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 |