]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
worker: disable assertion that we can't fix immediately
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 7 Sep 2017 09:04:06 +0000 (11:04 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 7 Sep 2017 09:04:06 +0000 (11:04 +0200)
commitc12fc02a97309d10834d170804068a5bd9ecb65b
treee6e753ff18d2c0b1e60ee3e592419a125bffbd7c
parentf2b628cf4f16b3502c1e5b85df7911cfefe044f9
worker: disable assertion that we can't fix immediately

Production kresd should compile with -DNDEBUG, so it wouldn't be
affected by this, but it was annoying for debugging other problems.
See https://gitlab.labs.nic.cz/knot/knot-resolver/issues/245
daemon/worker.c