mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix typos in previous commit
This commit is contained in:
parent
24e4062e26
commit
840a8c95ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue