Santino Mazza (@tati1454) commented about dlls/ws2_32/tests/sock.c:
closesocket(client);
}
+static void test_WSAsendto_port0(void) +{
- SOCKET s;
- struct sockaddr_in addr;
- char buf[12] = "hello world";
- WSABUF data_buf;
- DWORD bytesSent;
- int ret;
- addr.sin_family = AF_INET;
- addr.sin_port = htons(139);
Shouldn't this be 0, instead of 139?