summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/mta.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/smtpd/mta.c')
-rw-r--r--usr.sbin/smtpd/mta.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/mta.c b/usr.sbin/smtpd/mta.c
index 8998688914b..284914d80e0 100644
--- a/usr.sbin/smtpd/mta.c
+++ b/usr.sbin/smtpd/mta.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mta.c,v 1.9 2008/12/05 19:09:59 gilles Exp $ */
+/* $OpenBSD: mta.c,v 1.10 2008/12/06 02:43:58 jacekm Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -503,8 +503,6 @@ mta_reply_handler(struct bufferevent *bev, void *arg)
return 0;
}
- line[strcspn(line, "\r")] = '\0';
-
bufferevent_enable(bev, EV_READ|EV_WRITE);
log_debug("remote server sent: [%s]", line);