mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
resolved: fix build
This commit is contained in:
parent
6627b7e221
commit
039a8725fd
@ -300,7 +300,7 @@ static void bus_method_resolve_address_complete(DnsQuery *q) {
|
|||||||
|
|
||||||
r = dns_query_process_cname(q);
|
r = dns_query_process_cname(q);
|
||||||
if (r == -ELOOP) {
|
if (r == -ELOOP) {
|
||||||
r = sd_bus_reply_method_errorf(q->request, BUS_ERROR_CNAME_LOOP, "CNAME loop detected, or CNAME resolving disabled on '%s'", dns_question_name(q->question));
|
r = sd_bus_reply_method_errorf(q->request, BUS_ERROR_CNAME_LOOP, "CNAME loop detected, or CNAME resolving disabled on '%s'", dns_question_first_name(q->question));
|
||||||
goto finish;
|
goto finish;
|
||||||
}
|
}
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user