[PATCH 1/5] server: Do not allow selecting on the ifchange object.

Zebediah Figura z.figura12 at gmail.com
Thu Mar 18 00:41:23 CDT 2021


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

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 server/sock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/sock.c b/server/sock.c
index 3aed5494612..8ab7d5b7236 100644
--- a/server/sock.c
+++ b/server/sock.c
@@ -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 */
-- 
2.30.2




More information about the wine-devel mailing list