mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
cleanup previous commit
This commit is contained in:
parent
d384ab5ad9
commit
80dac35c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ dn2entry_retry:
|
|||
|
||||
bdb_cache_return_entry_r (bdb->bi_dbenv, &bdb->bi_cache, e, &lock);
|
||||
e = NULL;
|
||||
} else if ( !be_issuffix( op->o_bd, &op->o_req_ndn) && default_referral != NULL ) {
|
||||
} else if ( !be_issuffix( op->o_bd, &op->o_req_ndn ) && default_referral != NULL ) {
|
||||
rc = LDAP_OTHER;
|
||||
rs->sr_ref = referral_rewrite( default_referral,
|
||||
NULL, &op->o_req_dn, LDAP_SCOPE_DEFAULT );
|
||||
|
|
|
|||
Loading…
Reference in a new issue