diff options
author | Jacek Masiulaniec <jacekm@cvs.openbsd.org> | 2009-08-26 16:40:20 +0000 |
---|---|---|
committer | Jacek Masiulaniec <jacekm@cvs.openbsd.org> | 2009-08-26 16:40:20 +0000 |
commit | b2d20daf1444454c31977d17ed27a3e84bb933f2 (patch) | |
tree | b62aed5adfbc325895a4c0008aab51811b21149c /usr.sbin/smtpd/mta.c | |
parent | df55362c7a303c8d8579a0eaeb3a1bdc071512d9 (diff) |
fix previous
Diffstat (limited to 'usr.sbin/smtpd/mta.c')
-rw-r--r-- | usr.sbin/smtpd/mta.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/mta.c b/usr.sbin/smtpd/mta.c index 357c7a052fa..94d74954e6f 100644 --- a/usr.sbin/smtpd/mta.c +++ b/usr.sbin/smtpd/mta.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mta.c,v 1.68 2009/08/26 09:12:41 jacekm Exp $ */ +/* $OpenBSD: mta.c,v 1.69 2009/08/26 16:40:19 jacekm Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -929,6 +929,7 @@ mta_reply_handler(struct bufferevent *bev, void *arg) SSL_get_cipher_name(sessionp->s_ssl), SSL_get_cipher_bits(sessionp->s_ssl, NULL)); } + bufferevent_enable(sessionp->s_bev, EV_WRITE); break; } case S_DONE: |