mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix copy & paste error. (ITS#2850)
This commit is contained in:
parent
9f149d70f6
commit
0675a320d7
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ provider_ctxcsn_retry :
|
|||
return LDAP_BUSY;
|
||||
case DB_LOCK_DEADLOCK:
|
||||
case DB_LOCK_NOTGRANTED:
|
||||
goto consumer_ctxcsn_retry;
|
||||
goto provider_ctxcsn_retry;
|
||||
case DB_NOTFOUND:
|
||||
snprintf( gid, sizeof( gid ), "%s-%08lx-%08lx",
|
||||
bdb_uuid.bv_val, (long) op->o_connid, (long) op->o_opid );
|
||||
|
|
|
|||
Loading…
Reference in a new issue