]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Ensure tv_r gets set in io_loop_get_wait_time
authorAki Tuomi <aki.tuomi@dovecot.fi>
Mon, 24 Oct 2016 07:08:42 +0000 (10:08 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 24 Oct 2016 11:23:33 +0000 (14:23 +0300)
commit4397b24216ac3cd38f9cc9ebd44ed4d3f8d1e3cb
tree65fd4f54719105a4dfcdb1a036c82f1859f63abc
parent0b94b5ac4ce47403ba6417b4f17420d13292759f
lib: Ensure tv_r gets set in io_loop_get_wait_time

If this does not get reset here to 0 it can cause
errors or unpredictable behaviour in select/kqueue
polling, such as very long delays.
src/lib/ioloop.c