From 1c098a59647cb8b3932e38693bccc3fbd677baf6 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Thu, 12 Mar 2009 17:13:42 +0000 Subject: [PATCH] All integers received from objdb_get_int had invalid handle type. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1846 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/totemconfig.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exec/totemconfig.c b/exec/totemconfig.c index a403947e..b4d69478 100644 --- a/exec/totemconfig.c +++ b/exec/totemconfig.c @@ -107,7 +107,8 @@ static inline int objdb_get_string ( } static inline void objdb_get_int ( - struct objdb_iface_ver0 *objdb, unsigned int object_service_handle, + struct objdb_iface_ver0 *objdb, + hdb_handle_t object_service_handle, char *key, unsigned int *intvalue) { char *value = NULL;