diff options
author | Stuart Wyatt <stuart@gogglespisano.com> | 2015-04-09 11:39:29 -0700 |
---|---|---|
committer | Stuart Wyatt <stuart@gogglespisano.com> | 2015-04-09 11:39:29 -0700 |
commit | 9e79fca1f2f2175a290a7550897478443f94ae9f (patch) | |
tree | 2f787c147368f7e8696ff7ed7220b6ef13a0ac56 /config/bind | |
parent | 0a7595f943cba533cc363bf78b746957875720fc (diff) | |
download | pfsense-packages-9e79fca1f2f2175a290a7550897478443f94ae9f.tar.gz pfsense-packages-9e79fca1f2f2175a290a7550897478443f94ae9f.tar.bz2 pfsense-packages-9e79fca1f2f2175a290a7550897478443f94ae9f.zip |
BIND - remove redundant variable initialization
Diffstat (limited to 'config/bind')
-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)) { |