]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Fri, 12 Sep 2003 18:53:59 +0000 (18:53 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 12 Sep 2003 18:53:59 +0000 (18:53 +0000)
servers/slapd/back-bdb/ctxcsn.c

index ddd908499e481ae915b4ad9c5d9b0eeb5e27c9d2..0bf32194fc6d1d14c4de686a6bebd842505da609 100644 (file)
@@ -93,6 +93,7 @@ bdb_csn_commit(
 
                        mod.sml_op = LDAP_MOD_REPLACE;
                        mod.sml_bvalues = modvals;
+                       mod.sml_nvalues = NULL;
                        mod.sml_desc = slap_schema.si_ad_contextCSN;
                        mod.sml_type = mod.sml_desc->ad_cname;
                        mod.sml_next = NULL;