Skip to content
Snippets Groups Projects
Commit b83dfcff authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

Fix NO_THREADS typo

parent 368f2814
No related branches found
No related tags found
No related merge requests found
......@@ -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) \
......
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