summaryrefslogtreecommitdiff
path: root/databases/cyrus-imspd/files/patch-imsp::dispatch.h
blob: 69884c2f56745a0d611b76f5214d11024762c401 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- imsp/dispatch.h	2003/04/03 13:38:05	1.1
+++ imsp/dispatch.h	2003/04/03 13:38:26
@@ -42,7 +42,7 @@
  * Start Date: 2/22/93
  */
 
-#define MAX_BUF 4096
+#define MAX_BUF (4096 * 1024)
 
 #include <sasl.h>