Commit 340cc462 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

server: Do not allow selecting on the ifchange object.

We never pass a handle to this object to the client anyway. Signed-off-by: 's avatarZebediah Figura <z.figura12@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 83b558c5
......@@ -1536,7 +1536,7 @@ static const struct object_ops ifchange_ops =
sizeof(struct ifchange), /* size */
&no_type, /* type */
ifchange_dump, /* dump */
add_queue, /* add_queue */
no_add_queue, /* add_queue */
NULL, /* remove_queue */
NULL, /* signaled */
no_satisfied, /* satisfied */
......
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