From aac910832c18520ae3b438471dfa73568081e7da Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sun, 26 Apr 2009 12:39:54 +0000 Subject: [PATCH] Fix evsverify failure. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2155 fd59a12c-fef9-0310-b244-a6a79926bd2f --- services/evs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/evs.c b/services/evs.c index e67d2219..8055a31f 100644 --- a/services/evs.c +++ b/services/evs.c @@ -257,7 +257,7 @@ static int evs_lib_init_fn (void *conn) list_init (&evs_pd->list); list_add (&evs_pd->list, &confchg_notify); - api->ipc_response_send (conn, &res_evs_confchg_callback, + api->ipc_dispatch_send (conn, &res_evs_confchg_callback, sizeof (res_evs_confchg_callback)); return (0);