]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/worker.c: fix warning from compilation without asserts
authorŠtěpán Balážik <stepan.balazik@nic.cz>
Wed, 6 Jan 2021 12:06:25 +0000 (13:06 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 6 Jan 2021 14:24:28 +0000 (15:24 +0100)
commit059dcfbe10a2c95d38153b83eed72fd1274da944
treec55fd210a7c721fcee64e0d352bd5b9099572d96
parentd350c107d80f5ebaa79e711468c7e09e459bd060
daemon/worker.c: fix warning from compilation without asserts

I kept the changes (especially the one in qr_task_on_send) as local as
possible while hopefully preserving the invariants other functions in
worker rely upon.
daemon/worker.c