Skip to content
Snippets Groups Projects
Commit c5885d23 authored by Štěpán Balážik's avatar Štěpán Balážik
Browse files

iterate.c: clarify is_authoritative workaround comment

parent aab5be7b
Branches
Tags
1 merge request!1126Rework iterate.c/selection.c error handling
Pipeline #75416 waiting for manual action with stages
in 2 hours, 57 minutes, and 16 seconds
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment