diff options
-rw-r--r-- | config/bind/bind.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/bind/bind.inc b/config/bind/bind.inc index 50025947..167f0af3 100644 --- a/config/bind/bind.inc +++ b/config/bind/bind.inc @@ -131,7 +131,6 @@ function bind_sync() if (file_exists(BIND_LOCALBASE."/etc/rndc-confgen.pfsense")) { $rndc_conf = file(BIND_LOCALBASE."/etc/rndc-confgen.pfsense"); $confgen = "rndc.conf"; - $rndc_bindconf = ""; foreach ($rndc_conf as $line) { if ($confgen == "rndc.conf") { if (!preg_match("/^#/", $line)) { |