From 19b1ea6c54e7e7773c877895e975dddcdd133c93 Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Fri, 21 Mar 2014 20:02:39 +0200 Subject: [PATCH] Use the correct xml tag to check against --- etc/inc/unbound.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/unbound.inc b/etc/inc/unbound.inc index 563c038e55..962586668d 100644 --- a/etc/inc/unbound.inc +++ b/etc/inc/unbound.inc @@ -106,7 +106,7 @@ function unbound_generate_config() { $optimization = unbound_optimization(); // Setup DNSSEC support - if (isset($config['unbound']['dnssec_status'])) { + if (isset($config['unbound']['dnssec'])) { $module_config = "validator iterator"; $anchor_file = "auto-trust-anchor-file: {$g['unbound_chroot_path']}/root-trust-anchor"; } else