mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix copy & paste error. (ITS#2850)
This commit is contained in:
parent
9f149d70f6
commit
0675a320d7
@ -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 New Issue
Block a user