[dovecot-cvs] dovecot/src/lib ioloop-poll.c,1.17,1.18

cras at procontrol.fi cras at procontrol.fi
Sat May 24 19:21:46 EEST 2003


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv2453/lib

Modified Files:
	ioloop-poll.c 
Log Message:
fix



Index: ioloop-poll.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/ioloop-poll.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ioloop-poll.c	24 May 2003 15:16:47 -0000	1.17
+++ ioloop-poll.c	24 May 2003 15:21:44 -0000	1.18
@@ -204,6 +204,8 @@
 			} else if (io->condition & IO_WRITE) {
 				call = (pollfd->revents & IO_POLL_OUTPUT) != 0;
 				pollfd->revents &= ~IO_POLL_OUTPUT;
+			} else {
+				call = FALSE;
 			}
 
 			if (call) {



More information about the dovecot-cvs mailing list