1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/databases/cyrus-imspd/files/patch-imsp::dispatch.h
Pav Lucistnik 633f76fd42 - Update to 1.7b
- Switch to sasl2

PR:		ports/69697
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2004-07-29 20:28:27 +00:00

12 lines
214 B
C

--- 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/sasl.h>