From 990e7e87ad93e791f8e77c526ccafd761b5f319b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 22 Feb 2021 23:07:22 +0100 Subject: [PATCH] resolved: remove duplicate comment Practically the same comment is a few lines up covering both parts anyway, let's remove one. --- src/resolve/resolved-dns-stub.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/resolve/resolved-dns-stub.c b/src/resolve/resolved-dns-stub.c index b6e66f7f67f..4f2088bb769 100644 --- a/src/resolve/resolved-dns-stub.c +++ b/src/resolve/resolved-dns-stub.c @@ -277,9 +277,6 @@ static int dns_stub_assign_sections( edns0_do); if (r < 0) return r; - - /* Include all RRs that originate from the answer or authority sections, and aren't listed in the - * answer section, in the authority section */ r = dns_stub_collect_answer_by_section( &q->reply_authoritative, q->answer, -- 2.47.3