patch attached this time

On Tue, 2009-07-07 at 19:23 -0700, Steven Dake wrote:
> trying to send a dispatch on the response handle...
> 
> Patch fixes problem
> 
> regards
> -steve
> 
> _______________________________________________
> Openais mailing list
> [email protected]
> https://lists.linux-foundation.org/mailman/listinfo/openais
Index: services/clm.c
===================================================================
--- services/clm.c	(revision 2024)
+++ services/clm.c	(working copy)
@@ -458,7 +458,7 @@
 		/*
 		 * Send notifications to all CLM listeners
 		 */
-		api->ipc_response_send (
+		api->ipc_dispatch_send (
 			clm_pd->conn,
 			&res_lib_clm_clustertrack,
 			sizeof (struct res_lib_clm_clustertrack));
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to