mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
resolved: fix dumping of DnsAnswer objects
This commit is contained in:
@@ -713,7 +713,7 @@ void dns_answer_dump(DnsAnswer *answer, FILE *f) {
|
||||
fputs("\t;", f);
|
||||
|
||||
if (ifindex != 0)
|
||||
printf(" ifindex=%i", ifindex);
|
||||
fprintf(f, " ifindex=%i", ifindex);
|
||||
if (flags & DNS_ANSWER_AUTHENTICATED)
|
||||
fputs(" authenticated", f);
|
||||
if (flags & DNS_ANSWER_CACHEABLE)
|
||||
|
||||
Reference in New Issue
Block a user