From: Hallvard Furuseth Date: Wed, 4 Jul 2007 22:49:34 +0000 (+0000) Subject: Fix SLAP_NO_SL_MALLOC (ber_malloc_x -> ber_memalloc_x) for ITS#4990. X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~353 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8eda2e301f5c5814c2e79dd5e866b96ad5d90a5c;p=openldap Fix SLAP_NO_SL_MALLOC (ber_malloc_x -> ber_memalloc_x) for ITS#4990. --- diff --git a/servers/slapd/sl_malloc.c b/servers/slapd/sl_malloc.c index e60faf2439..4feab16e2b 100644 --- a/servers/slapd/sl_malloc.c +++ b/servers/slapd/sl_malloc.c @@ -266,7 +266,7 @@ slap_sl_malloc( int i, j; #ifdef SLAP_NO_SL_MALLOC - return ber_malloc_x( size, NULL ); + return ber_memalloc_x( size, NULL ); #endif /* ber_set_option calls us like this */