summaryrefslogtreecommitdiffstats
path: root/qmail-qmtpd.c
diff options
context:
space:
mode:
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 1055274..77d36aa 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,(char *) 0); 147 received(&qq,"QMTP",local,remoteip,remotehost,remoteinfo,NULL,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