Browse Source

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
Steven Dake 17 years ago
parent
commit
1c098a5964
1 changed files with 2 additions and 1 deletions
  1. 2 1
      exec/totemconfig.c

+ 2 - 1
exec/totemconfig.c

@@ -107,7 +107,8 @@ static inline int objdb_get_string (
 }
 }
 
 
 static inline void objdb_get_int (
 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 *key, unsigned int *intvalue)
 {
 {
 	char *value = NULL;
 	char *value = NULL;