mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
ws2_32-DisconnectEx: Fix a copy&paste mistake in tests (thanks Dmitry).
This commit is contained in:
parent
252b646644
commit
9dd2e4a075
@ -39,7 +39,7 @@ index d5e01c8..80173ed 100644
|
||||
+ }
|
||||
+
|
||||
+ listener = socket(AF_INET, SOCK_STREAM, 0);
|
||||
+ ok(connector != INVALID_SOCKET, "failed to create listener socket, error %d\n", WSAGetLastError());
|
||||
+ ok(listener != INVALID_SOCKET, "failed to create listener socket, error %d\n", WSAGetLastError());
|
||||
+
|
||||
+ memset(&address, 0, sizeof(address));
|
||||
+ address.sin_family = AF_INET;
|
||||
|
Loading…
Reference in New Issue
Block a user