[WS2_32_WINETEST] Fix use of uninitialized variable

This commit is contained in:
Timo Kreuzer 2022-08-31 18:07:00 +02:00
parent 91b51f6e9c
commit c1362c64b0

View file

@ -4694,6 +4694,7 @@ static void test_gethostbyname(void)
he = gethostbyname(name);
ok(he != NULL, "gethostbyname(\"%s\") failed: %d\n", name, WSAGetLastError());
#ifdef __REACTOS__ /* ROSTESTS-233 */
count = 0;
if (he != NULL)
{
#endif