Back out last change -- to see whether an address is spoofed, we don't
authorMartin Pool <mbp@samba.org>
Fri, 25 Jan 2002 02:43:35 +0000 (02:43 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 25 Jan 2002 02:43:35 +0000 (02:43 +0000)
commit39e01d2d4b4bc1f86f30e7a02d7b2b1141b79c56
tree0135932db484dc634eaefc661e1a3047550ba176
parentf75502950b37cf202332387df3af2dec27e65535
Back out last change -- to see whether an address is spoofed, we don't
want to look at the whole sockaddr, but rather just at the sin_addr
that it contains.

Also fix silly bug where ai_flags was set incorrectly for getaddrinfo.
clientname.c