mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
ITS#6054 quit using global malloc
This commit is contained in:
parent
b0e50c6a7d
commit
6fc4af8a18
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue