Quorum was sending targetted callbacks to the wrong FD

Index: exec/vsf_quorum.c
===================================================================
--- exec/vsf_quorum.c   (revision 2394)
+++ exec/vsf_quorum.c   (working copy)
@@ -381,7 +381,7 @@
 
        /* Send it to all interested parties */
        if (conn) {
-               corosync_api->ipc_response_send(conn, 
res_lib_quorum_notification, size);
+               corosync_api->ipc_dispatch_send(conn, 
res_lib_quorum_notification, size);
        }
        else {
                struct quorum_pd *qpd;
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to