diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-18 14:55:05 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-18 14:55:05 +0200 |
commit | 25f74781424d5e13f0211c08cce8c2a1d60b9aec (patch) | |
tree | 92a1a19c59f8816dca604592d408184f48c3c4a3 /src/qmail-tcpok.c | |
parent | f1b71c9fe7dbb4886588a036399cf5ebe16b7c47 (diff) |
update to 4.3.08
Diffstat (limited to 'src/qmail-tcpok.c')
-rw-r--r-- | src/qmail-tcpok.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmail-tcpok.c b/src/qmail-tcpok.c index 2935f17..9447844 100644 --- a/src/qmail-tcpok.c +++ b/src/qmail-tcpok.c @@ -5,10 +5,11 @@ #include <unistd.h> #include "auto_qmail.h" #include "exit.h" +#include "qmail.h" #define WHO "qmail-tcpok" -char buf[1024]; /* XXX: must match size in tcpto_clean.c, tcpto.c */ +char buf[BUFSIZE_LINE]; /* XXX: must match size in tcpto_clean.c, tcpto.c */ buffer bo; int main() |