ws2_32: Trace the address bound to in bind().
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9632048c68
commit
575e632d08
|
@ -1143,6 +1143,8 @@ int WINAPI bind( SOCKET s, const struct sockaddr *addr, int len )
|
|||
status = io.u.Status;
|
||||
}
|
||||
|
||||
if (!status) TRACE( "successfully bound to address %s\n", debugstr_sockaddr( ret_addr ));
|
||||
|
||||
free( params );
|
||||
free( ret_addr );
|
||||
|
||||
|
|
Loading…
Reference in New Issue