Skip to content
Snippets Groups Projects
Commit 11ba8fcf authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

report retries

parent 85465b1e
No related branches found
No related tags found
No related merge requests found
......@@ -67,8 +67,9 @@ bdb_modrdn(
}
if (0) {
/* transaction retry */
retry: rc = txn_abort( ltid );
retry: /* transaction retry */
Debug( LDAP_DEBUG_TRACE, "==>bdb_modrdn: retrying...\n", 0, 0, 0 );
rc = txn_abort( ltid );
ltid = NULL;
op->o_private = NULL;
if( rc != 0 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment