mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-06 17:05:06 +00:00
Fix merge error in util.c file
(Logical change 1.129) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@459 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
02f3c50c8f
commit
79d26e0032
@ -434,11 +434,10 @@ saHandleDestroy (
|
||||
SaErrorT
|
||||
saHandleInstanceGet (
|
||||
struct saHandleDatabase *handleDatabase,
|
||||
SaUint64T int handle,
|
||||
SaUint64T handle,
|
||||
void **instance)
|
||||
{
|
||||
SaErrorT error = SA_OK;
|
||||
|
||||
pthread_mutex_lock (&handleDatabase->mutex);
|
||||
|
||||
if (handle >= (SaUint64T)handleDatabase->handleCount) {
|
||||
@ -464,7 +463,7 @@ error_exit:
|
||||
SaErrorT
|
||||
saHandleInstancePut (
|
||||
struct saHandleDatabase *handleDatabase,
|
||||
unsigned int handle)
|
||||
SaUint64T handle)
|
||||
{
|
||||
void *instance;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user