mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Don't zero out attr value flags
This commit is contained in:
parent
29bda3922a
commit
5bcd9243f2
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ int bdb_modify_internal(
|
|||
attrs_free( e->e_attrs );
|
||||
/* clear the indexing flags */
|
||||
for ( ap = save_attrs; ap != NULL; ap = ap->a_next ) {
|
||||
ap->a_flags = 0;
|
||||
ap->a_flags &= ~(SLAP_ATTR_IXADD|SLAP_ATTR_IXDEL);
|
||||
}
|
||||
e->e_attrs = save_attrs;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue