mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Conditionalized possibly unused variable.
svn path=/trunk/; revision=13023
This commit is contained in:
parent
d8dd93dab9
commit
2f96b042b8
1 changed files with 2 additions and 0 deletions
|
@ -553,12 +553,14 @@ WSAAccept(
|
|||
}
|
||||
|
||||
if( addr ) {
|
||||
#ifdef DBG
|
||||
LPSOCKADDR_IN sa = (LPSOCKADDR_IN)addr;
|
||||
WS_DbgPrint(MAX_TRACE,("Returned address: %d %s:%d (len %d)\n",
|
||||
sa->sin_family,
|
||||
inet_ntoa(sa->sin_addr),
|
||||
ntohs(sa->sin_port),
|
||||
*addrlen));
|
||||
#endif
|
||||
}
|
||||
|
||||
return Socket;
|
||||
|
|
Loading…
Reference in a new issue