]> git.sur5r.net Git - openldap/commitdiff
Use global alloc for now
authorJong Hyuk Choi <jongchoi@openldap.org>
Sun, 29 Aug 2004 20:01:21 +0000 (20:01 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Sun, 29 Aug 2004 20:01:21 +0000 (20:01 +0000)
servers/slapd/syncrepl.c

index 1016fe9ed90c4cf4c2a6d26148051d067f47b6f1..b92f3d2f9848e97a9d91c37684005e2f301fcdf5 100644 (file)
@@ -857,6 +857,10 @@ do_syncrepl(
 
        connection_fake_init( &conn, &op, ctx );
 
+       /* use global malloc for now */
+       op.o_tmpmemctx = NULL;
+       op.o_tmpmfuncs = &ch_mfuncs;
+
        op.o_dn = si->si_updatedn;
        op.o_ndn = si->si_updatedn;
        op.o_managedsait = 1;