
bugzilla-daemon at bugzilla
Nov 9, 2009, 6:48 PM
Post #1 of 4
(615 views)
Permalink
|
|
[Bug 1570] Incorrect return code if mux master has completed
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1570 Damien Miller <djm [at] mindrot> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1617|0 |1 is obsolete| | --- Comment #2 from Damien Miller <djm [at] mindrot> 2009-11-10 13:48:02 EST --- Created an attachment (id=1719) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1719) prefer to dispatch exit statuses via mux control fd I think this approach is better: this implicitly identifies mux channels that have recycled the initial session ID by preferring to dispatch exit statuses via ones that have a control FD (i.e. mux channels) to ones that don't (i.e. the initial session). -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|