]> git.sur5r.net Git - openldap/commitdiff
Fix SLAP_NO_SL_MALLOC (ber_malloc_x -> ber_memalloc_x) for ITS#4990.
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 4 Jul 2007 22:49:34 +0000 (22:49 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 4 Jul 2007 22:49:34 +0000 (22:49 +0000)
servers/slapd/sl_malloc.c

index e60faf24398139020a65ce7bf043451504ee27a3..4feab16e2b2438f02943fe1a892db05ece729aa9 100644 (file)
@@ -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 */