diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2018-02-07 00:24:34 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2018-02-07 00:24:34 +0000 |
commit | 57b80dd8cd9a6b27ad0b5a1e837d4d892df5d860 (patch) | |
tree | 915d90c97934e2a63d97cb28ecef928dd0cf74c7 /usr.sbin/unbound/services/localzone.c | |
parent | 12e51d6e355308d9ca1ad65f3ef8be112f9e4d8c (diff) |
update to unbound 1.6.8, testing millert, OK sthen
Diffstat (limited to 'usr.sbin/unbound/services/localzone.c')
-rw-r--r-- | usr.sbin/unbound/services/localzone.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/unbound/services/localzone.c b/usr.sbin/unbound/services/localzone.c index 6bde432e8d0..90106d5c809 100644 --- a/usr.sbin/unbound/services/localzone.c +++ b/usr.sbin/unbound/services/localzone.c @@ -52,7 +52,6 @@ #include "util/data/msgreply.h" #include "util/data/msgparse.h" #include "util/as112.h" -#include "util/config_file.h" /* maximum RRs in an RRset, to cap possible 'endless' list RRs. * with 16 bytes for an A record, a 64K packet has about 4000 max */ |