From: Štěpán Balážik Date: Wed, 17 Feb 2021 13:19:09 +0000 (+0100) Subject: try on the second one only X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fdont_resolve_in_trouble;p=thirdparty%2Fknot-resolver.git try on the second one only --- diff --git a/lib/selection.c b/lib/selection.c index 7b486a1c7..24b216df2 100644 --- a/lib/selection.c +++ b/lib/selection.c @@ -553,9 +553,9 @@ void error(struct kr_query *qry, struct address_state *addr_state, } else if (qry->flags.NO_MINIMIZE) { qry->flags.NO_0X20 = true; qry->flags.TCP = true; + qry->server_selection.local_state->dont_resolve = true; } else { qry->flags.NO_MINIMIZE = true; - qry->server_selection.local_state->dont_resolve = true; } break; case KR_SELECTION_LAME_DELEGATION: