Commit 4c36ef1d authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

ws2_32/tests: Remove an unused assignment (PVS-Studio).

parent d1162078
......@@ -3702,7 +3702,7 @@ static void test_accept(void)
closesocket(accepted);
closesocket(connector);
accepted = connector = server_socket = INVALID_SOCKET;
accepted = connector = INVALID_SOCKET;
socklen = sizeof(address);
server_socket = setup_server_socket(&address, &socklen);
......
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