mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +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;
|
||||
|
||||
#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 */
|
||||
|
Loading…
Reference in New Issue
Block a user