]> git.sur5r.net Git - openldap/commitdiff
Bump EXBUFSIZ up a bit
authorKurt Zeilenga <kurt@openldap.org>
Tue, 8 Oct 2002 20:56:03 +0000 (20:56 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 8 Oct 2002 20:56:03 +0000 (20:56 +0000)
libraries/liblber/io.c

index 4e3a1cebd84ad07bcf6a9e510b9cd39d2caa16ab..74abb24fd4d22b1516e1b5dc0b5dfd41af1a75e2 100644 (file)
@@ -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 */