mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
Fix NO_THREADS typo
This commit is contained in:
parent
15ae0134ee
commit
b1f26a8b17
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ static void print_slheap(int level, void *ctx);
|
|||
#ifdef NO_THREADS
|
||||
static struct slab_heap *slheap;
|
||||
# define SET_MEMCTX(thrctx, memctx, sfree) ((void) (slheap = (memctx)))
|
||||
# define GET_MEMCTX(thrctx, memctxp) (*(memctxp) = slheap))
|
||||
# define GET_MEMCTX(thrctx, memctxp) (*(memctxp) = slheap)
|
||||
#else
|
||||
# define memctx_key ((void *) slap_sl_mem_init)
|
||||
# define SET_MEMCTX(thrctx, memctx, kfree) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue