Commit 982faf40 authored by Simon Kelley's avatar Simon Kelley

Fix compiler warning when not including DNSSEC.

parent fe3992f9
...@@ -530,7 +530,8 @@ static size_t process_reply(struct dns_header *header, time_t now, struct server ...@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment