mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Bump EXBUFSIZ up a bit
This commit is contained in:
parent
f833b02518
commit
2a8d73e25a
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ ber_realloc( BerElement *ber, ber_len_t len )
|
|||
|
||||
total = ber_pvt_ber_total( ber );
|
||||
|
||||
#define LBER_EXBUFSIZ 1000 /* a few words less than 2^N for binary buddy */
|
||||
#define LBER_EXBUFSIZ 4060 /* a few words less than 2^N for binary buddy */
|
||||
#if defined( LBER_EXBUFSIZ ) && LBER_EXBUFSIZ > 0
|
||||
# ifndef notdef
|
||||
/* don't realloc by small amounts */
|
||||
|
|
|
|||
Loading…
Reference in a new issue