reorder to statements for debugging purposes

This commit is contained in:
Kurt Zeilenga 2003-03-16 18:48:44 +00:00
parent 8873006105
commit 6c7a1194c3

View file

@ -343,13 +343,13 @@ dn2entry_retry:
scope, deref, candidates );
}
/* need normalized dn below */
ber_dupbv( &realbase, &e->e_nname );
/* start cursor at beginning of candidates.
*/
cursor = 0;
/* need normalized dn below */
ber_dupbv( &realbase, &e->e_nname );
if ( e != &slap_entry_root ) {
bdb_cache_return_entry_r(bdb->bi_dbenv, &bdb->bi_cache, e, &lock);
}