Revert prev commit

This commit is contained in:
Howard Chu 2011-03-01 00:15:16 +00:00
parent 4a4bf0bf39
commit 640ff9c84b

View file

@ -712,7 +712,6 @@ 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;