]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/syncrepl.c
ITS#6054 quit using global malloc
[openldap] / servers / slapd / syncrepl.c
index 1c838d6a65f4cc87c53694f0578c7bb87e5e35ff..11ad325d7603cb381a4415355545a036a1d5614a 100644 (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;