mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix SLAP_NO_SL_MALLOC (ber_malloc_x -> ber_memalloc_x) for ITS#4990.
This commit is contained in:
parent
7ada84dd09
commit
8eda2e301f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue