From: Howard Chu Date: Sat, 11 Apr 2009 03:42:15 +0000 (+0000) Subject: ITS#6054 quit using global malloc X-Git-Tag: ACLCHECK_0~640 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6fc4af8a18e436d231f430cef87aae941d1c6fb6;p=openldap ITS#6054 quit using global malloc --- 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;