summaryrefslogtreecommitdiffstats
path: root/daemon/worker.c
diff options
context:
space:
mode:
authorLukáš Ondráček <lukas.ondracek@nic.cz>2024-10-30 19:09:41 +0100
committerVladimír Čunát <vladimir.cunat@nic.cz>2024-11-04 14:39:13 +0100
commit388ff000b4350ab7a221db1af646d565dddf7758 (patch)
treef8b4ac5884722c8e99a157bfaf53257811e15505 /daemon/worker.c
parentdaemon/ratelimiting: fix runtime configuration reload (diff)
downloadknot-resolver-388ff000b4350ab7a221db1af646d565dddf7758.tar.xz
knot-resolver-388ff000b4350ab7a221db1af646d565dddf7758.zip
daemon/ratelimiting: polish
Diffstat (limited to 'daemon/worker.c')
-rw-r--r--daemon/worker.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/worker.c b/daemon/worker.c
index fe303802..c14f927f 100644
--- a/daemon/worker.c
+++ b/daemon/worker.c
@@ -72,7 +72,6 @@ struct request_ctx
} source;
};
-
/** Query resolution task. */
struct qr_task
{