From c5885d23e69893715c327e003ae90d63682ea63d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20Bal=C3=A1=C5=BEik?= Date: Mon, 25 Jan 2021 09:48:57 +0100 Subject: [PATCH] iterate.c: clarify is_authoritative workaround comment --- lib/layer/iterate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/layer/iterate.c b/lib/layer/iterate.c index bf3bb97c4..89589b041 100644 --- a/lib/layer/iterate.c +++ b/lib/layer/iterate.c @@ -98,7 +98,7 @@ static bool is_authoritative(const knot_pkt_t *answer, struct kr_query *query) } #ifndef STRICT_MODE - /* Last resort to work around broken auths, if the zone cut is at/parent of the QNAME. */ + /* Last resort to work around broken auths, if the zone cut is at the QNAME. */ if (knot_dname_is_equal(query->zone_cut.name, knot_pkt_qname(answer))) { return true; } -- 2.47.2