mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
parent
d7dd1bdb82
commit
c9c24fbafe
1 changed files with 1 additions and 1 deletions
|
|
@ -1081,7 +1081,7 @@ static int search_candidates(
|
|||
}
|
||||
|
||||
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 {
|
||||
rc = LDAP_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue