Skip to content
Snippets Groups Projects
Commit 0675a320 authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

Fix copy & paste error. (ITS#2850)

parent 9f149d70
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment