mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-17 09:38:07 -05:00
use OID for dnSubtreeMatch (ITS#5427)
This commit is contained in:
parent
14c425b922
commit
27a61d9411
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ refint_qtask( void *ctx, void *arg )
|
|||
fptr->f_choice = LDAP_FILTER_EXT;
|
||||
fptr->f_mra = (MatchingRuleAssertion *)(fptr+1);
|
||||
fptr->f_mr_rule = mr_dnSubtreeMatch;
|
||||
fptr->f_mr_rule_text = mr_dnSubtreeMatch->smr_str;
|
||||
fptr->f_mr_rule_text = mr_dnSubtreeMatch->smr_bvoid;
|
||||
fptr->f_mr_desc = ip->attr;
|
||||
fptr->f_mr_dnattrs = 0;
|
||||
fptr->f_next = ftop.f_or;
|
||||
|
|
|
|||
Loading…
Reference in a new issue