Commit 21b099f0 authored by Stephane Lussier's avatar Stephane Lussier Committed by Alexandre Julliard

After accept is called on the socket, the listening socket needs to be

reselected.
parent c0e3db95
......@@ -355,6 +355,7 @@ static struct object *accept_socket( int handle )
clear_error();
sock->pmask &= ~FD_ACCEPT;
sock->hmask &= ~FD_ACCEPT;
sock_reselect( sock );
release_object( sock );
return &acceptsock->obj;
}
......
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