Skip to content
Snippets Groups Projects
Commit a6c08d74 authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

Use global alloc for now

parent 71f45bd4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment