[Bug 1349] race condition with ControlMaster=auto

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Thu Mar 6 23:40:13 EST 2008


https://bugzilla.mindrot.org/show_bug.cgi?id=1349


David Woodhouse <dwmw2 at infradead.org> changed:

           What    |Removed                     |Added                       
----------------------------------------------------------------------------
                 CC|                            |dwmw2 at infradead.org         




--- Comment #1 from David Woodhouse <dwmw2 at infradead.org>  2008-03-06 23:40:08 ---
You don't seem to use the new 'test' argument to ssh_control_listener()

You also new use it before it's declared, leading to the following
error:

ssh.c: In function ‘ssh_session’:
ssh.c:997: warning: implicit declaration of function
‘ssh_control_listener’
ssh.c: At top level:
ssh.c:1072: error: static declaration of ‘ssh_control_listener’ follows
non-static declaration
ssh.c:997: error: previous implicit declaration of
‘ssh_control_listener’ was here

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list