Skip to content
Snippets Groups Projects
Commit cd8ed460 authored by Karel Slaný's avatar Karel Slaný
Browse files

layer/validate: removed the addition of DNSKEY query as it didn't work

parent 924b3806
Branches
Tags
No related merge requests found
......@@ -730,10 +730,7 @@ static int validate(knot_layer_t *ctx, knot_pkt_t *pkt)
if (!qry->zone_cut.key) {
DEBUG_MSG("<= missing keys for new cut\n");
struct kr_query *next = kr_rplan_push(&req->rplan, qry->parent, qry->zone_cut.name, qry->sclass, KNOT_RRTYPE_DNSKEY);
if (!next) {
return KNOT_STATE_FAIL;
}
#warning TODO: set QUERY_AWAIT_CUT for next query in plan ?
}
}
......
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