Commit be3ff3d6 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

server: Mark the async as pending in IOCTL_AFD_BIND.

parent dd58bf9c
......@@ -2527,6 +2527,8 @@ static int sock_ioctl( struct fd *fd, ioctl_code_t code, struct async *async )
#endif
}
set_async_pending( async, 0 );
if (bind( unix_fd, &bind_addr.addr, unix_len ) < 0)
{
if (errno == EADDRINUSE)
......
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