From: Kurt Zeilenga Date: Tue, 8 Oct 2002 20:56:03 +0000 (+0000) Subject: Bump EXBUFSIZ up a bit X-Git-Tag: NO_SLAP_OP_BLOCKS~911 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a8d73e25a05b522ac8844d51abf4977cb0d06ce;p=openldap Bump EXBUFSIZ up a bit --- diff --git a/libraries/liblber/io.c b/libraries/liblber/io.c index 4e3a1cebd8..74abb24fd4 100644 --- a/libraries/liblber/io.c +++ b/libraries/liblber/io.c @@ -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 */