]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: ioloop: Never decrease wait time counters in ioloop_add_wait_time().
authorStephan Bosch <stephan.bosch@dovecot.fi>
Tue, 11 Dec 2018 19:52:44 +0000 (20:52 +0100)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Wed, 26 Jun 2019 07:25:39 +0000 (09:25 +0200)
commit40a61bf2594e3e80da91c619fb30f392d29d6ff1
tree5f0b68c185cc6f510975037bc458153e1bdda6ce
parent229c3e6e40a93d993f4d980f55ea13695d14981f
lib: ioloop: Never decrease wait time counters in ioloop_add_wait_time().

Prevents problems when time moves backwards.
src/lib/ioloop.c