diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-02-22 23:07:22 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-02-22 23:55:13 +0100 |
commit | 990e7e87ad93e791f8e77c526ccafd761b5f319b (patch) | |
tree | 7ce75dd17171c290f2f8e59f6e65aba551c970b4 /src/resolve/resolved-dns-stub.c | |
parent | resolved: update comment in DNS stub code a bit (diff) | |
download | systemd-990e7e87ad93e791f8e77c526ccafd761b5f319b.tar.xz systemd-990e7e87ad93e791f8e77c526ccafd761b5f319b.zip |
resolved: remove duplicate comment
Practically the same comment is a few lines up covering both parts
anyway, let's remove one.
Diffstat (limited to 'src/resolve/resolved-dns-stub.c')
-rw-r--r-- | src/resolve/resolved-dns-stub.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/resolve/resolved-dns-stub.c b/src/resolve/resolved-dns-stub.c index b6e66f7f67..4f2088bb76 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, |