Skip to content
Snippets Groups Projects
Commit 1bd7ef38 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

lib/resolve: fixed nested NS dependency chains

parent d09da861
No related branches found
No related tags found
No related merge requests found
......@@ -386,6 +386,9 @@ int kr_resolve_produce(struct kr_request *request, struct sockaddr **dst, int *t
DEBUG_MSG("=> ns missing A/AAAA, fetching\n");
knot_overlay_reset(&request->overlay);
return ns_resolve_addr(qry, request);
} else {
/* Address resolved, clear the flag */
qry->flags &= ~QUERY_AWAIT_ADDR;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment