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

--- Comment #1 from Salvador Fandi�o <[email protected]> ---
Some comments about the patch before I forget about them:

The same variables that were hosting the hostname now also can host the
socket path. The magic port number PORT_STREAMLOCAL (-2) is used to
indicate that it is a socket path.

I have to promote a couple of function argument from u_short to u_int
to let the PORT_STREAMLOCAL pass unmangled (as
(u_short)PORT_STREAMLOCAL results in a valid TCP port number).

I have done a s/host/path/ in some variable names. That's consistent
with the naming of the hostname/path slot in the Channel structure.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to