Commit 4e01388a authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

ws2_32/tests: Remove a dead assignment.

parent 0f4b16aa
......@@ -4423,7 +4423,6 @@ static void test_gethostbyname_hack(void)
return;
}
he = NULL;
he = gethostbyname(name);
ok(he != NULL, "gethostbyname(\"%s\") failed: %d\n", name, h_errno);
if(he)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment