]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
fix
authorTimo Sirainen <tss@iki.fi>
Sat, 24 May 2003 15:21:44 +0000 (18:21 +0300)
committerTimo Sirainen <tss@iki.fi>
Sat, 24 May 2003 15:21:44 +0000 (18:21 +0300)
--HG--
branch : HEAD

src/lib/ioloop-poll.c

index b02885ee865035f21a0fa6d8e6b8fd28d10af63c..3ef56b09714ea18260955ca8ce09558779f320c1 100644 (file)
@@ -204,6 +204,8 @@ void io_loop_handler_run(struct ioloop *ioloop)
                        } else if (io->condition & IO_WRITE) {
                                call = (pollfd->revents & IO_POLL_OUTPUT) != 0;
                                pollfd->revents &= ~IO_POLL_OUTPUT;
+                       } else {
+                               call = FALSE;
                        }
 
                        if (call) {