]> git.sur5r.net Git - openldap/commitdiff
improve fix to ITS#4173 OPENLDAP_REL_ENG_2_2_MP
authorPierangelo Masarati <ando@openldap.org>
Wed, 16 Nov 2005 15:58:18 +0000 (15:58 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 16 Nov 2005 15:58:18 +0000 (15:58 +0000)
servers/slapd/overlays/syncprov.c

index a9d71afa581132c4e7f754c5a5ddd6230b4a416f..4e090b0fc98f93e51b0bd09d54deb97726698e87 100644 (file)
@@ -1222,7 +1222,7 @@ syncprov_checkpoint( Operation *op, SlapReply *rs, slap_overinst *on )
        syncprov_info_t         *si = on->on_bi.bi_private;
        Modifications mod;
        Operation opm;
-       SlapReply rsm;
+       SlapReply rsm = { 0 };
        struct berval bv[2];
        slap_callback cb = {0};