Commit a70e5b55 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon: Don't post notif message if we're in task processing loop.

parent 6be475d0
......@@ -205,7 +205,7 @@ static void push_task(BindProtocol *This, task_header_t *task, task_proc_t proc)
This->task_queue_tail = task;
}else {
This->task_queue_tail = This->task_queue_head = task;
do_post = TRUE;
do_post = !This->continue_call;
}
LeaveCriticalSection(&This->section);
......
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