]> git.ipfire.org Git - thirdparty/pdns.git/commit
Run tasks from houskeeping thread in a proper way. 11748/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 10 Jun 2022 13:39:36 +0000 (15:39 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 4 Jul 2022 12:39:20 +0000 (14:39 +0200)
commit2abacf1c9f9cc15e8bf0ce6a17404627d75c5b66
treeca321a93886985aa83f542b3851250ab75b9ad8c
parent8fee36455f11330c903d91b2695325b2173fe9bc
Run tasks from houskeeping thread in a proper way.

Previously, this was only done if log-common-errors was true, due
to argument reversal.  In general task *would* be executed, as they
are also run after each query processed by SyncRes (so not after
packet cache hits).

Thanks to @jelu!

(cherry picked from commit c42b6632e00eaa93911ce88a0b4aa8c598441e2a)
pdns/recursordist/rec-main.cc