Fix search_aliases invocation
This commit is contained in:
Howard Chu 2012-09-04 04:39:17 -07:00
parent d7dd1bdb82
commit c9c24fbafe

View File

@ -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;
}