We shouldn't pass the struct hostent returned from gethostbyname as
commite6157dde9dbd438798622994d79433645ccd2623
authorRobert Shearman <rob@codeweavers.com>
Tue, 15 Nov 2005 18:16:55 +0000 (15 18:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Nov 2005 18:16:55 +0000 (15 18:16 +0000)
treeda625b358e7b96c0bebc37c57f6055b9acf4f77f
parenta63acd71c8f8eba13f3dc2c6402a13d3e92abc15
We shouldn't pass the struct hostent returned from gethostbyname as
it's not thread-safe and isn't needed anyway.
dlls/wininet/ftp.c
dlls/wininet/http.c
dlls/wininet/internet.h
dlls/wininet/utility.c