summaryrefslogtreecommitdiffstats
path: root/qmail-qmtpd.c
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2023-04-04 10:57:32 +0200
committermanuel <manuel@mausz.at>2023-04-04 10:57:32 +0200
commitae63d731e9c1d9a0403aac3ee0e680a6508dff07 (patch)
tree348a9e75365d76b143f76eb63113a90d9e0025c8 /qmail-qmtpd.c
parent026d6c79538ad9dbe646f3ee5559470419583fe9 (diff)
downloadqmail-ae63d731e9c1d9a0403aac3ee0e680a6508dff07.tar.gz
qmail-ae63d731e9c1d9a0403aac3ee0e680a6508dff07.tar.bz2
qmail-ae63d731e9c1d9a0403aac3ee0e680a6508dff07.zip
add NOSESSIONHEADER env variable
Diffstat (limited to 'qmail-qmtpd.c')
-rw-r--r--qmail-qmtpd.c2
1 files changed, 1 insertions, 1 deletions
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()
144 else if (ch == 13) flagdos = 1; 144 else if (ch == 13) flagdos = 1;
145 else badproto(); 145 else badproto();
146 146
147 received(&qq,"QMTP",local,remoteip,remotehost,remoteinfo,NULL,NULL); 147 received(&qq,"QMTP",local,remoteip,remotehost,remoteinfo,NULL);
148 148
149 /* XXX: check for loops? only if len is big? */ 149 /* XXX: check for loops? only if len is big? */
150 150