mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
check for SOFTADD as well
This commit is contained in:
parent
b155fc666c
commit
af92ee5e65
1 changed files with 1 additions and 0 deletions
|
|
@ -877,6 +877,7 @@ void slap_mods_opattrs(
|
|||
timestamp.bv_val = timebuf;
|
||||
for ( modtail = modsp; *modtail; modtail = &(*modtail)->sml_next ) {
|
||||
if ( (*modtail)->sml_op != LDAP_MOD_ADD &&
|
||||
(*modtail)->sml_op != SLAP_MOD_SOFTADD &&
|
||||
(*modtail)->sml_op != LDAP_MOD_REPLACE )
|
||||
{
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue