mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix previous commit (modifyTimestamp didn't get appended to the list); add opattrs to back-monitor mods
This commit is contained in:
parent
0b153841a6
commit
b90a496187
@ -69,6 +69,9 @@ monitor_back_modify( Operation *op, SlapReply *rs )
|
||||
rc = LDAP_INSUFFICIENT_ACCESS;
|
||||
|
||||
} else {
|
||||
assert( !SLAP_SHADOW( op->o_bd ) );
|
||||
slap_mods_opattrs( op, op->orm_modlist, 0 );
|
||||
|
||||
rc = monitor_entry_modify( op, rs, e );
|
||||
}
|
||||
|
||||
|
@ -920,6 +920,8 @@ void slap_mods_opattrs(
|
||||
BER_BVZERO( &mod->sml_values[1] );
|
||||
assert( !BER_BVISNULL( &mod->sml_values[0] ) );
|
||||
mod->sml_nvalues = NULL;
|
||||
*modtail = mod;
|
||||
modtail = &mod->sml_next;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user