ws2_32/tests: Remove a dead assignment

Bruno Jesus 00cpxxx at gmail.com
Tue Sep 8 23:13:19 CDT 2015


-------------- next part --------------
diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index 03e1627..fa1236e 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -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)


More information about the wine-patches mailing list