sean-freebsd> I found the bug.  The socket was IPv6, but the bind used an
sean-freebsd> IPv4 sockaddr struct.  Patch attached.

sean-freebsd> -                 s = socket(addr.sa.sa_family, SOCK_STREAM, 0);
sean-freebsd> +                 s = socket(clt_addr.sa.sa_family, SOCK_STREAM, 0);

Thanks for the fix.  It will be part of 8.11.4.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to