]> git.sur5r.net Git - openldap/commitdiff
need normalized timestamp as well, although this is a SINGLE-VALUE attr
authorPierangelo Masarati <ando@openldap.org>
Thu, 19 Jan 2006 23:20:45 +0000 (23:20 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 19 Jan 2006 23:20:45 +0000 (23:20 +0000)
servers/slapd/overlays/dds.c

index 918bda554a90f30f6cef30bc5801f28a5ef7fe7b..06d364dcccca1973a11c5d4913f0419b0a1af012 100644 (file)
@@ -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 );
                }
        }