More for prev

This commit is contained in:
Howard Chu 2009-03-02 07:57:18 +00:00
parent 03aa595908
commit 225aa9f526

View File

@ -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;