mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix modlist bug in last commit
This commit is contained in:
parent
51d16c18a9
commit
79e28bda6f
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ int ldbm_modify_internal(
|
|||
|
||||
if( save_attrs != NULL ) {
|
||||
for ( ml = modlist; ml != NULL; ml = ml->ml_next ) {
|
||||
mod = &ml->ml_mod;
|
||||
if( ( mod->mod_op & ~LDAP_MOD_BVALUES )
|
||||
== LDAP_MOD_REPLACE )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue