mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
parent
d7dd1bdb82
commit
c9c24fbafe
@ -1081,7 +1081,7 @@ static int search_candidates(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if( op->ors_deref & LDAP_DEREF_SEARCHING ) {
|
if( op->ors_deref & LDAP_DEREF_SEARCHING ) {
|
||||||
rc = search_aliases( op, rs, e, txn, mci, scopes, stack );
|
rc = search_aliases( op, rs, e->e_id, txn, mci, scopes, stack );
|
||||||
} else {
|
} else {
|
||||||
rc = LDAP_SUCCESS;
|
rc = LDAP_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user