mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
ITS#9621 fix for multival with NULL mr
This commit is contained in:
parent
417accbce4
commit
5cd45ec937
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ mdb_id2v_dupsort(
|
|||
bv1.bv_val = usrkey[1].mv_data;
|
||||
bv1.bv_len = usrkey[1].mv_size;
|
||||
|
||||
if (ad) {
|
||||
if (ad && ad->ad_type->sat_equality) {
|
||||
MatchingRule *mr = ad->ad_type->sat_equality;
|
||||
rc = mr->smr_match(&match, SLAP_MR_EQUALITY
|
||||
| SLAP_MR_VALUE_OF_ASSERTION_SYNTAX
|
||||
|
|
|
|||
Loading…
Reference in a new issue