mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 12:24:19 -05:00
don't alloc on slab (ITS#5820)
This commit is contained in:
parent
5c87698528
commit
f0af51d639
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ slapacl( int argc, char **argv )
|
|||
|
||||
connection_fake_init( &conn, &opbuf, &conn );
|
||||
op = &opbuf.ob_op;
|
||||
op->o_tmpmemctx = NULL;
|
||||
|
||||
conn.c_listener = &listener;
|
||||
conn.c_listener_url = listener_url;
|
||||
|
|
|
|||
Loading…
Reference in a new issue