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/setmaillist.c | |
parent | f1b71c9fe7dbb4886588a036399cf5ebe16b7c47 (diff) |
update to 4.3.08
Diffstat (limited to 'src/setmaillist.c')
-rw-r--r-- | src/setmaillist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/setmaillist.c b/src/setmaillist.c index f7ac89b..cd820b3 100644 --- a/src/setmaillist.c +++ b/src/setmaillist.c @@ -6,6 +6,7 @@ #include "getln.h" #include "open.h" #include "byte.h" +#include "qmail.h" #define WHO "setmaillist" @@ -22,7 +23,7 @@ int match; char *fnbin; char *fntmp; int fd; -char buf[1024]; +char buf[BUFSIZE_LINE]; buffer bo; void writeerr() |