From a6c08d747fa1f191c50c33378b8d19d390e26e65 Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Sun, 29 Aug 2004 20:01:21 +0000 Subject: [PATCH] Use global alloc for now --- servers/slapd/syncrepl.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 1016fe9ed9..b92f3d2f98 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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; -- 2.39.5