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.