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:
Zebediah Figura 2022-01-05 19:03:23 -06:00 committed by Alexandre Julliard
parent 9632048c68
commit 575e632d08
1 changed files with 2 additions and 0 deletions

View File

@ -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 );