mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
79c6572256
tstream_inet_tcp_connect_send() usually only gets no local port number and it may use the wildcard address '0.0.0.0' or '::'. tstream_inet_tcp_connect_recv() provides the used local address and port which are used on the wire. metze