From ae63d731e9c1d9a0403aac3ee0e680a6508dff07 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 4 Apr 2023 10:57:32 +0200 Subject: add NOSESSIONHEADER env variable --- qmail-qmtpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmail-qmtpd.c') diff --git a/qmail-qmtpd.c b/qmail-qmtpd.c index 77d36aa..d6f6eba 100644 --- a/qmail-qmtpd.c +++ b/qmail-qmtpd.c @@ -144,7 +144,7 @@ int main() else if (ch == 13) flagdos = 1; else badproto(); - received(&qq,"QMTP",local,remoteip,remotehost,remoteinfo,NULL,NULL); + received(&qq,"QMTP",local,remoteip,remotehost,remoteinfo,NULL); /* XXX: check for loops? only if len is big? */ -- cgit v1.2.3