diff --git a/server/queue.c b/server/queue.c index 968f2ffe701..aa8e627211a 100644 --- a/server/queue.c +++ b/server/queue.c @@ -1641,7 +1641,6 @@ static int send_hook_ll_message( struct desktop *desktop, struct message *hardwa if (!(hook_thread = get_first_global_hook( id ))) return 0; if (!(queue = hook_thread->queue)) return 0; - if (is_queue_hung( queue )) return 0; if (!(msg = mem_alloc( sizeof(*msg) ))) return 0;