Skip to content
Snippets Groups Projects
Commit c9c24fba authored by Howard Chu's avatar Howard Chu
Browse files

More for ea248dac

Fix search_aliases invocation
parent d7dd1bdb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment