mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-06-03 09:41:02 +00:00
Fix object_priv_get to actually call object_priv_get instead of object_priv_set
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@986 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
ef259f5a5d
commit
6199aaa3bd
@ -509,7 +509,7 @@ struct objdb_iface_ver0 objdb_iface = {
|
||||
.object_find_reset = object_find_reset,
|
||||
.object_find = object_find,
|
||||
.object_key_get = object_key_get,
|
||||
.object_priv_get = object_priv_set
|
||||
.object_priv_get = object_priv_get
|
||||
};
|
||||
|
||||
struct lcr_iface objdb_iface_ver0[1] = {
|
||||
|
Loading…
Reference in New Issue
Block a user