diff options
author | Warren Baker <warren@decoy.co.za> | 2011-09-28 00:54:04 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-09-28 00:54:04 +0200 |
commit | c437156bf59cb3a689761670e9e040e9a8ceaa62 (patch) | |
tree | ae403aa0f219fc10326db09586be12744b19537f | |
parent | e4863b3053aab5436079d756eb5b07cdd35cf79a (diff) | |
download | pfsense-packages-c437156bf59cb3a689761670e9e040e9a8ceaa62.tar.gz pfsense-packages-c437156bf59cb3a689761670e9e040e9a8ceaa62.tar.bz2 pfsense-packages-c437156bf59cb3a689761670e9e040e9a8ceaa62.zip |
Make sure advanced options, for optimization, are actually used
-rw-r--r-- | config/unbound/unbound.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index 001f05d7..6c6a814d 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -526,7 +526,7 @@ function unbound_ctl_exec($cmd) { function unbound_optimization() { global $config; - $unbound_config = $config['installedpackages']['unbound']['config'][0]; + $unbound_config = $config['installedpackages']['unboundadvanced']['config'][0]; $optimization_settings = array(); // Set the number of threads equal to number of CPUs. |