]> git.sur5r.net Git - openldap/commitdiff
Fix NO_THREADS typo
authorHoward Chu <hyc@openldap.org>
Thu, 23 Jun 2011 03:03:02 +0000 (20:03 -0700)
committerHoward Chu <hyc@openldap.org>
Thu, 23 Jun 2011 03:03:24 +0000 (20:03 -0700)
servers/slapd/sl_malloc.c

index f3b598fdb68bdac8af76e1e13f46c141362179c3..c2b556a7f1e4dc5630806e4fbb77ba3121d3c5b6 100644 (file)
@@ -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) \