On Wed, 22 Jun 2011, Quanah Gibson-Mount wrote:
Please test RE24.
Ah, the little things. I'll try more tomorrow morning.
--- sl_malloc.c~ 2011-06-22 22:33:44.975469000 -0400 +++ sl_malloc.c 2011-06-22 22:41:32.170941000 -0400 @@ -98,7 +98,7 @@ #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) \