mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
7c9b3cdcf7
The function continue_ip_resolve_name was calling resolve_name_recv which returns only the first IP for a given hostname. Instead we use resolve_name_multiple_recv which returns all the IP for a given hostname. This kind of problem can occur if a host has more than 1 IP but is listenning only on 1. |
||
---|---|---|
.. | ||
dcerpc_auth.c | ||
dcerpc_connect.c | ||
dcerpc_schannel.c | ||
dcerpc_secondary.c | ||
dcerpc_smb2.c | ||
dcerpc_smb.c | ||
dcerpc_sock.c | ||
dcerpc_util.c | ||
dcerpc.c | ||
dcerpc.h | ||
dcerpc.py | ||
pyrpc_util.c | ||
pyrpc_util.h | ||
pyrpc.c | ||
pyrpc.h |