mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 15:10:22 -05:00
In slap_mods_check, always compare ordering index first
This commit is contained in:
parent
f2e1b78391
commit
50688c960c
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ slap_sort_vals(
|
|||
#define SWAP(a,b,tmp) tmp=(a);(a)=(b);(b)=tmp
|
||||
#define COMP(a,b) match=0; rc = ordered_value_match( &match, \
|
||||
ad, mr, SLAP_MR_EQUALITY \
|
||||
| SLAP_MR_VALUE_OF_ATTRIBUTE_SYNTAX \
|
||||
| SLAP_MR_VALUE_OF_ASSERTION_SYNTAX \
|
||||
| SLAP_MR_ASSERTED_VALUE_NORMALIZED_MATCH \
|
||||
| SLAP_MR_ATTRIBUTE_VALUE_NORMALIZED_MATCH, \
|
||||
&(a), &(b), text );
|
||||
|
|
|
|||
Loading…
Reference in a new issue