mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
report retries
This commit is contained in:
parent
85465b1e54
commit
11ba8fcf8f
1 changed files with 3 additions and 2 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue