ws2_32: Trace accepted socket.

oldstable
Bruno Jesus 2015-06-15 10:22:05 -03:00 committed by Alexandre Julliard
parent 213419961c
commit a0df3330c3
1 changed files with 1 additions and 0 deletions

View File

@ -2572,6 +2572,7 @@ SOCKET WINAPI WS_accept(SOCKET s, struct WS_sockaddr *addr, int *addrlen32)
WS_closesocket(as);
return SOCKET_ERROR;
}
TRACE("\taccepted %04lx\n", as);
return as;
}
if (is_blocking && status == STATUS_CANT_WAIT)