From 45d68cab473d3e8203293f8e34d34064cda75fe5 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 21 Sep 2009 20:08:38 +0000 Subject: [PATCH] Fix merge error in previous commit. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2472 fd59a12c-fef9-0310-b244-a6a79926bd2f --- lib/coroipcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coroipcc.c b/lib/coroipcc.c index 04f00f2d..c0861a58 100644 --- a/lib/coroipcc.c +++ b/lib/coroipcc.c @@ -879,7 +879,7 @@ coroipcc_dispatch_get ( *data = (void *)data_addr; - error = CS_OK; + return (CS_OK); error_put: hdb_handle_put (&ipc_hdb, handle); return (error);