Commit 575e632d authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

ws2_32: Trace the address bound to in bind().

parent 9632048c
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment