diff options
Diffstat (limited to 'usr.sbin/smtpd/ioev.c')
-rw-r--r-- | usr.sbin/smtpd/ioev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/ioev.c b/usr.sbin/smtpd/ioev.c index ad337b78273..437bdae3b69 100644 --- a/usr.sbin/smtpd/ioev.c +++ b/usr.sbin/smtpd/ioev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ioev.c,v 1.23 2015/12/22 07:54:57 sunil Exp $ */ +/* $OpenBSD: ioev.c,v 1.24 2015/12/28 22:08:30 jung Exp $ */ /* * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> * @@ -898,7 +898,7 @@ io_reload_ssl(struct io *io) ev = EV_WRITE; dispatch = io_dispatch_write_ssl; } - if (! ev) + if (!ev) return; /* paused */ break; default: |