18 Sep
2023
18 Sep
'23
7:59 p.m.
Zebediah Figura (@zfigura) commented about dlls/ws2_32/tests/sock.c:
len = sizeof(addr); ret = getpeername(client, (struct sockaddr *)&addr, &len); - todo_wine ok(!ret, "got error %u\n", WSAGetLastError()); + ok(!ret, "got error %u\n", WSAGetLastError()); if (!ret) {
We can get rid of the "if (!ret)" block now. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3074#note_45780