rpcrt4: Use getaddrinfo to get the sockaddr.
authorRobert Shearman <rob@codeweavers.com>
Mon, 1 May 2006 09:37:32 +0000 (10:37 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 7 May 2006 08:04:40 +0000 (10:04 +0200)
commitcce073a7774ce3bce339077135c9364a2b3ad966
tree921bf9742aa2993e15aad224c5d1307108c49a8c
parent6814b33aa33af42aca8c4629d1b4818d7b0e2ca2
rpcrt4: Use getaddrinfo to get the sockaddr.

Use getaddrinfo to get the sockaddr to use for connecting to a remote
server as Connection->NetworkAddr may be a hostname as well. Use a
loop to support both IP and IPv6.
dlls/rpcrt4/rpc_transport.c