diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2016-07-02 09:32:31 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2016-07-02 09:32:31 +0000 |
commit | 94c6e4b6cf36c7bf3338bbbc04b2566cfc38d00e (patch) | |
tree | ccea31f0b6fdef39a96ab673fa699d4a22f34d47 /usr.sbin | |
parent | 1979c482af997de14eb862ef72b7fec894ad5458 (diff) |
remove misleading comment. it's not true anymore.
ok gilles@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/smtp_session.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/smtpd/smtp_session.c b/usr.sbin/smtpd/smtp_session.c index 32062ff8546..7162e64b0c2 100644 --- a/usr.sbin/smtpd/smtp_session.c +++ b/usr.sbin/smtpd/smtp_session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtp_session.c,v 1.282 2016/07/02 08:47:30 eric Exp $ */ +/* $OpenBSD: smtp_session.c,v 1.283 2016/07/02 09:32:30 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -1252,10 +1252,6 @@ smtp_filter_fd(uint64_t id, int fd) iobuf_fqueue(&s->tx->obuf, ";\n\t%s\n", time_to_text(time(NULL))); - /* - * XXX This is not exactly fair, since this is not really - * user data. - */ s->tx->odatalen = iobuf_queued(&s->tx->obuf); io_set_write(&s->tx->oev); |