Fix compiler warning when not including DNSSEC.

This commit is contained in:
Simon Kelley
2015-04-03 21:42:30 +01:00
parent fe3992f9fa
commit 982faf4024

View File

@@ -531,6 +531,7 @@ static size_t process_reply(struct dns_header *header, time_t now, struct server
(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))