https://bugs.openldap.org/show_bug.cgi?id=9349
--- Comment #4 from Howard Chu hyc@openldap.org --- (In reply to Gabriel Buades from comment #3)
Created attachment 764 [details] 0001-Performance-improvement-for-indexed-attributes-remov.patch
Hello all.
This is the right patch. Apologies for any inconvenience.
This still should not compile
+ rc = ordered_value_match( &match, a2, + ap->a_desc->ad_type->sat_equality, 0,
The 2nd argument should be an AttributeDescription*, not an Attribute*.