summaryrefslogtreecommitdiff
path: root/src/tcpto.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-18 14:55:05 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-18 14:55:05 +0200
commit25f74781424d5e13f0211c08cce8c2a1d60b9aec (patch)
tree92a1a19c59f8816dca604592d408184f48c3c4a3 /src/tcpto.c
parentf1b71c9fe7dbb4886588a036399cf5ebe16b7c47 (diff)
update to 4.3.08
Diffstat (limited to 'src/tcpto.c')
-rw-r--r--src/tcpto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tcpto.c b/src/tcpto.c
index 92c33ea..82b102f 100644
--- a/src/tcpto.c
+++ b/src/tcpto.c
@@ -9,8 +9,9 @@
#include "ipalloc.h"
#include "byte.h"
#include "datetime.h"
+#include "qmail.h"
-char tcpto_buf[1024];
+char tcpto_buf[BUFSIZE_LINE];
static int flagwasthere;
static int fdlock;