From 95f3e375da6e0810ef9a39efeed2dc974e989ed1 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 23 Apr 2007 14:28:20 +0000 Subject: [PATCH] ITS#4935 patch from HEAD --- libraries/libldap/ldap-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libldap/ldap-int.h b/libraries/libldap/ldap-int.h index 5880486d75..b8031a76e5 100644 --- a/libraries/libldap/ldap-int.h +++ b/libraries/libldap/ldap-int.h @@ -38,7 +38,7 @@ #include #endif -#define SASL_MAX_BUFF_SIZE 65536 +#define SASL_MAX_BUFF_SIZE (0xffffff) #define SASL_MIN_BUFF_SIZE 4096 #endif -- 2.39.5