diff --git a/lib/dns/aml.c b/lib/dns/aml.c index 4ea003467d..b91d961101 100644 --- a/lib/dns/aml.c +++ b/lib/dns/aml.c @@ -24,9 +24,7 @@ #include #include -#include #include -#include #include #include @@ -38,7 +36,6 @@ dns_aml_checkrequest(dns_name_t *signer, isc_sockaddr_t *reqaddr, isc_boolean_t default_allow) { isc_result_t result; - dns_name_t *ok_signer = NULL; int match; dns_c_ipmatchlist_t *aml = NULL; @@ -217,4 +214,3 @@ dns_aml_match(isc_sockaddr_t *reqaddr, *match = 0; return (ISC_R_SUCCESS); } -