mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
need normalized timestamp as well, although this is a SINGLE-VALUE attr
This commit is contained in:
parent
c2b660f3d7
commit
05088318df
1 changed files with 1 additions and 0 deletions
|
|
@ -805,6 +805,7 @@ done:;
|
|||
|
||||
tmpmod->sml_op = LDAP_MOD_REPLACE;
|
||||
value_add_one( &tmpmod->sml_values, &bv );
|
||||
value_add_one( &tmpmod->sml_nvalues, &bv );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue