From: Pierangelo Masarati Date: Thu, 19 Jan 2006 23:20:45 +0000 (+0000) Subject: need normalized timestamp as well, although this is a SINGLE-VALUE attr X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~282 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=05088318df99b4a806a633c0823c2d63988fa66f;p=openldap need normalized timestamp as well, although this is a SINGLE-VALUE attr --- diff --git a/servers/slapd/overlays/dds.c b/servers/slapd/overlays/dds.c index 918bda554a..06d364dccc 100644 --- a/servers/slapd/overlays/dds.c +++ b/servers/slapd/overlays/dds.c @@ -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 ); } }