mirror of
https://github.com/systemd/systemd.git
synced 2024-10-31 16:21:26 +03:00
resolved: remove duplicate comment
Practically the same comment is a few lines up covering both parts anyway, let's remove one.
This commit is contained in:
parent
c6ebf89b8f
commit
990e7e87ad
@ -277,9 +277,6 @@ static int dns_stub_assign_sections(
|
|||||||
edns0_do);
|
edns0_do);
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
return r;
|
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(
|
r = dns_stub_collect_answer_by_section(
|
||||||
&q->reply_authoritative,
|
&q->reply_authoritative,
|
||||||
q->answer,
|
q->answer,
|
||||||
|
Loading…
Reference in New Issue
Block a user