]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/worker: call server_selection.error() more
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 19 Jan 2023 14:45:09 +0000 (15:45 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 26 Jan 2023 12:06:39 +0000 (12:06 +0000)
commita9528e334b8df32e419c4430cb556e742b9e8199
tree3a2cc57ed5052a1c35eb1ed42b5487728985a64c
parent8b018aa7037a5579b970d26feeb17ca253559473
daemon/worker: call server_selection.error() more

On most fundamental issues like DNS message not parsing,
we did not call this.  Selection needs such information.
daemon/worker.c
lib/layer/iterate.c