]> git.meshlink.io Git - meshlink/commitdiff
Never call timeout_set() outside callbacks if no callback is set.
authorGuus Sliepen <guus@meshlink.io>
Mon, 15 Feb 2021 21:16:04 +0000 (22:16 +0100)
committerGuus Sliepen <guus@meshlink.io>
Mon, 15 Feb 2021 21:16:04 +0000 (22:16 +0100)
We should never try to update a timer if it was never added to the event
loop. There were a few places that didn't have an explicit check to
prevent this from happening.


No differences found