Fix SLAP_NO_SL_MALLOC (ber_malloc_x -> ber_memalloc_x) for ITS#4990.

This commit is contained in:
Hallvard Furuseth 2007-07-04 22:49:34 +00:00
parent 7ada84dd09
commit 8eda2e301f

View File

@ -266,7 +266,7 @@ slap_sl_malloc(
int i, j; int i, j;
#ifdef SLAP_NO_SL_MALLOC #ifdef SLAP_NO_SL_MALLOC
return ber_malloc_x( size, NULL ); return ber_memalloc_x( size, NULL );
#endif #endif
/* ber_set_option calls us like this */ /* ber_set_option calls us like this */