mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Fix compiler warning when not including DNSSEC.
This commit is contained in:
@@ -530,7 +530,8 @@ static size_t process_reply(struct dns_header *header, time_t now, struct server
|
|||||||
size_t plen;
|
size_t plen;
|
||||||
|
|
||||||
(void)ad_reqd;
|
(void)ad_reqd;
|
||||||
(void) do_bit;
|
(void)do_bit;
|
||||||
|
(void)bogusanswer;
|
||||||
|
|
||||||
#ifdef HAVE_IPSET
|
#ifdef HAVE_IPSET
|
||||||
if (daemon->ipsets && extract_request(header, n, daemon->namebuff, NULL))
|
if (daemon->ipsets && extract_request(header, n, daemon->namebuff, NULL))
|
||||||
|
|||||||
Reference in New Issue
Block a user