https://bugzilla.mindrot.org/show_bug.cgi?id=2929
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3316|ok?([email protected]) |ok+ Flags| | --- Comment #7 from Darren Tucker <[email protected]> --- Comment on attachment 3316 --> https://bugzilla.mindrot.org/attachment.cgi?id=3316 check KEX_INITIAL before sending ext-info > (ssh->kex->flags & KEX_INITIAL) != 0 given that it's being used as a boolean you could omit the != 0. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
