mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[WS2_32]
- Fix a crash when running with ws2_32 debugging on svn path=/trunk/; revision=48507
This commit is contained in:
@@ -642,7 +642,7 @@ WSAAccept(IN SOCKET s,
|
||||
if (Socket == INVALID_SOCKET)
|
||||
WSASetLastError(Errno);
|
||||
|
||||
if ( addr )
|
||||
if ( addr && addrlen )
|
||||
{
|
||||
#if DBG
|
||||
LPSOCKADDR_IN sa = (LPSOCKADDR_IN)addr;
|
||||
|
||||
Reference in New Issue
Block a user