mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#7029,#7031 More for prev commit
This commit is contained in:
parent
889154d798
commit
c617f3c3b9
@ -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 New Issue
Block a user