mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Use global alloc for now
This commit is contained in:
parent
71f45bd40b
commit
a6c08d747f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user