]> git.sur5r.net Git - openldap/commitdiff
ITS#4935 patch from HEAD
authorHoward Chu <hyc@openldap.org>
Mon, 23 Apr 2007 14:28:20 +0000 (14:28 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 23 Apr 2007 14:28:20 +0000 (14:28 +0000)
libraries/libldap/ldap-int.h

index 5880486d75cf2a8ee1c4778ce54f0a49867a9f83..b8031a76e5ecdf77e6102885525e1badf586b2aa 100644 (file)
@@ -38,7 +38,7 @@
 #include <sasl.h>
 #endif
 
-#define SASL_MAX_BUFF_SIZE     65536
+#define SASL_MAX_BUFF_SIZE     (0xffffff)
 #define SASL_MIN_BUFF_SIZE     4096
 #endif