diff options
Diffstat (limited to 'qmail-qmtpd.c')
| -rw-r--r-- | qmail-qmtpd.c | 2 |
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 | ||
