summaryrefslogtreecommitdiffstats
path: root/qmail-qmqpd.c
diff options
context:
space:
mode:
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 3eb06e4..38b6b67 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,NULL,NULL); 83 received(&qq,"QMQP",local,remoteip,remotehost,remoteinfo,NULL);
84} 84}
85 85
86char buf[1000]; 86char buf[1000];