mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Make specifying nameservers by name work for DBus API.
This commit is contained in:
@@ -1049,10 +1049,11 @@ char *parse_server_addr(struct server_details *sdetails)
|
||||
}
|
||||
else
|
||||
return _("bad address");
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static int parse_server_next(struct server_details *sdetails)
|
||||
int parse_server_next(struct server_details *sdetails)
|
||||
{
|
||||
/* Looping over resolved addresses? */
|
||||
if (sdetails->hostinfo)
|
||||
|
||||
Reference in New Issue
Block a user