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:
parent
83b558c5f3
commit
340cc46287
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue