mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#7029,#7031 More for prev commit
This commit is contained in:
parent
889154d798
commit
c617f3c3b9
1 changed files with 3 additions and 0 deletions
|
|
@ -1848,6 +1848,9 @@ static Modifications *mods_dup( Operation *op, Modifications *modlist, int match
|
|||
} else {
|
||||
mod->sml_nvalues = NULL;
|
||||
}
|
||||
} else {
|
||||
mod->sml_values = NULL;
|
||||
mod->sml_nvalues = NULL;
|
||||
}
|
||||
if ( match < 0 && modlist->sml_op == LDAP_MOD_REPLACE )
|
||||
mod->sml_op = LDAP_MOD_ADD;
|
||||
|
|
|
|||
Loading…
Reference in a new issue