Skip to content
Snippets Groups Projects
Commit 575e632d authored by Elizabeth Figura's avatar Elizabeth Figura Committed by Alexandre Julliard
Browse files

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

parent 9632048c
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment