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

Fix typos in previous commit

parent 24e4062e
No related branches found
No related tags found
No related merge requests found
......@@ -359,7 +359,7 @@ bdb_search(
{
struct berval **erefs = get_entry_referrals(
be, conn, op, e, NULL, scope );
struct berval **ref = referral_rewrite( eref, e->e_dn, NULL,
struct berval **refs = referral_rewrite( erefs, e->e_dn, NULL,
scope == LDAP_SCOPE_SUBTREE
? LDAP_SCOPE_SUBTREE
: LDAP_SCOPE_BASE );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment