ITS#6054 quit using global malloc

This commit is contained in:
Howard Chu 2009-04-11 03:42:15 +00:00
parent b0e50c6a7d
commit 6fc4af8a18

View file

@ -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;