report retries

This commit is contained in:
Kurt Zeilenga 2000-09-28 18:29:50 +00:00
parent 85465b1e54
commit 11ba8fcf8f

View file

@ -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 ) {