mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
reorder to statements for debugging purposes
This commit is contained in:
parent
8873006105
commit
6c7a1194c3
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue