diff options
Diffstat (limited to 'mail/opensmtpd/files/patch-smtpd-smtp_session.c')
-rw-r--r-- | mail/opensmtpd/files/patch-smtpd-smtp_session.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/opensmtpd/files/patch-smtpd-smtp_session.c b/mail/opensmtpd/files/patch-smtpd-smtp_session.c new file mode 100644 index 000000000000..990888bf463d --- /dev/null +++ b/mail/opensmtpd/files/patch-smtpd-smtp_session.c @@ -0,0 +1,11 @@ +--- smtpd/smtp_session.c.orig 2018-05-01 13:35:00.375262000 +0000 ++++ smtpd/smtp_session.c 2018-05-01 13:37:22.637096000 +0000 +@@ -1345,6 +1345,8 @@ + s->dataeom = 1; + if (iobuf_queued(&s->obuf) == 0) + smtp_data_io_done(s); ++ else ++ io_reload(&s->oev); + return; + } + |