mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix SLAP_NO_SL_MALLOC (ber_malloc_x -> ber_memalloc_x) for ITS#4990.
This commit is contained in:
parent
7ada84dd09
commit
8eda2e301f
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user