]> git.ipfire.org Git - thirdparty/pdns.git/commit
Run tasks from houskeeping thread in a proper way. 11692/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>
Fri, 10 Jun 2022 13:50:06 +0000 (15:50 +0200)
commitc42b6632e00eaa93911ce88a0b4aa8c598441e2a
treea63035fe2c4cf8bc2cf6bc3faaa154be6983a127
parent9387ad16da3fa869f0c57a86782cca9ae3f960b3
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!
pdns/recursordist/rec-main.cc