mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
More for prev
This commit is contained in:
parent
03aa595908
commit
225aa9f526
@ -209,6 +209,7 @@ retry: /* transaction retry */
|
||||
rs->sr_ref = is_entry_referral( p )
|
||||
? get_entry_referrals( op, p )
|
||||
: NULL;
|
||||
if ( p != (Entry *)&slap_entry_root )
|
||||
bdb_unlocked_cache_return_entry_r( bdb, p );
|
||||
p = NULL;
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
@ -230,6 +231,7 @@ retry: /* transaction retry */
|
||||
goto retry;
|
||||
}
|
||||
|
||||
if ( p != (Entry *)&slap_entry_root )
|
||||
bdb_unlocked_cache_return_entry_r( bdb, p );
|
||||
p = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user