mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
ITS#6845 set sorted flag on newly created sorted attrs
This commit is contained in:
parent
05b5405c5e
commit
7288804425
@ -712,6 +712,7 @@ ordered_value_add(
|
||||
for ( ap=&e->e_attrs; *ap; ap = &(*ap)->a_next ) ;
|
||||
a = attr_alloc( ad );
|
||||
*ap = a;
|
||||
a->a_flags |= SLAP_ATTR_SORTED_VALS;
|
||||
}
|
||||
anum = a->a_numvals;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user