mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
ITS#6845 set sorted flag on newly created sorted attrs
This commit is contained in:
parent
05b5405c5e
commit
7288804425
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue