Module: wine Branch: master Commit: 4e01388a3257c6b5bd3f0748a9c2f4d4fd312a40 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4e01388a3257c6b5bd3f0748a9...
Author: Bruno Jesus 00cpxxx@gmail.com Date: Wed Sep 9 12:13:19 2015 +0800
ws2_32/tests: Remove a dead assignment.
---
dlls/ws2_32/tests/sock.c | 1 - 1 file changed, 1 deletion(-)
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)