summaryrefslogtreecommitdiffstats
path: root/qmail-qmqpd.c
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2020-11-20 01:03:21 +0100
committermanuel <manuel@mausz.at>2020-11-20 01:03:21 +0100
commitddb3069bf287af8f0a634110b7bb95203f147b51 (patch)
tree56a067665efcb7262819b8126bd0aa21ea7938c9 /qmail-qmqpd.c
parent761862206401416f69aee98e81d67fb749fb9607 (diff)
downloadqmail-ddb3069bf287af8f0a634110b7bb95203f147b51.tar.gz
qmail-ddb3069bf287af8f0a634110b7bb95203f147b51.tar.bz2
qmail-ddb3069bf287af8f0a634110b7bb95203f147b51.zip
Add X-UD-Smtp-Session to unauthed smtp session aswell
Diffstat (limited to 'qmail-qmqpd.c')
-rw-r--r--qmail-qmqpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmail-qmqpd.c b/qmail-qmqpd.c
index 8726ab0..3eb06e4 100644
--- a/qmail-qmqpd.c
+++ b/qmail-qmqpd.c
@@ -80,7 +80,7 @@ void identify()
80 if (!local) local = env_get("TCPLOCALIP"); 80 if (!local) local = env_get("TCPLOCALIP");
81 if (!local) local = "unknown"; 81 if (!local) local = "unknown";
82 82
83 received(&qq,"QMQP",local,remoteip,remotehost,remoteinfo,(char *) 0); 83 received(&qq,"QMQP",local,remoteip,remotehost,remoteinfo,NULL,NULL);
84} 84}
85 85
86char buf[1000]; 86char buf[1000];