commit | 982faf402487e265ed11ac03524531d42b03c966 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Fri Apr 03 21:42:30 2015 +0100 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Fri Apr 03 21:42:30 2015 +0100 |
tree | d7cfce07c24a10b2f4918a989ea8c1148632963c | |
parent | fe3992f9fa69fa975ea31919c53933b5f6a63527 [diff] [blame] |
Fix compiler warning when not including DNSSEC.
diff --git a/src/forward.c b/src/forward.c index e8cf615..3f6b9a2 100644 --- a/src/forward.c +++ b/src/forward.c
@@ -530,7 +530,8 @@ size_t plen; (void)ad_reqd; - (void) do_bit; + (void)do_bit; + (void)bogusanswer; #ifdef HAVE_IPSET if (daemon->ipsets && extract_request(header, n, daemon->namebuff, NULL))