From 6fc4af8a18e436d231f430cef87aae941d1c6fb6 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 11 Apr 2009 03:42:15 +0000 Subject: [PATCH] ITS#6054 quit using global malloc --- servers/slapd/syncrepl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 1c838d6a65..11ad325d76 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -1302,10 +1302,6 @@ do_syncrepl( connection_fake_init( &conn, &opbuf, ctx ); op = &opbuf.ob_op; - /* use global malloc for now */ - op->o_tmpmemctx = NULL; - op->o_tmpmfuncs = &ch_mfuncs; - op->o_managedsait = SLAP_CONTROL_NONCRITICAL; be = si->si_be; -- 2.39.5