Commit 285700a5 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

server: Mark the async as pending in IOCTL_AFD_EVENT_SELECT.

parent be3ff3d6
......@@ -2398,6 +2398,8 @@ static int sock_ioctl( struct fd *fd, ioctl_code_t code, struct async *async )
obj_handle_t event_handle;
int mask;
set_async_pending( async, 0 );
if (is_machine_64bit( current->process->machine ))
{
const struct afd_event_select_params_64 *params = get_req_data();
......
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