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

layer/validate: DNSKEY query is planned after delegation update

parent adc293cc
Branches
Tags
No related merge requests found
......@@ -730,6 +730,10 @@ 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;
}
}
}
......
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