server: Do not allow selecting on the ifchange object.

We never pass a handle to this object to the client anyway.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2021-03-18 00:41:23 -05:00 committed by Alexandre Julliard
parent 83b558c5f3
commit 340cc46287
1 changed files with 1 additions and 1 deletions

View File

@ -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 */