The authority records weren't marked with _INSECURE rank and remained
with a *lower* one. That could lead to them not being cached,
effectively.
struct kr_request *req = ctx->req;
struct kr_query *qry = req->current_query;
ranked_rr_array_t *ptrs[2] = { &req->answ_selected, &req->auth_selected };
- for (size_t i = 0; i < 1; ++i) {
+ for (size_t i = 0; i < 2; ++i) {
ranked_rr_array_t *arr = ptrs[i];
for (size_t j = 0; j < arr->len; ++j) {
ranked_rr_array_entry_t *entry = arr->at[j];