summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-11-14 22:18:59 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-11-14 22:18:59 +0000
commit07f0b7ffcfd6e21781ecbbf81c1d33db4e039da2 (patch)
tree1ff75289fc3551c2f2c3f0360464b60939b6b7d6 /etc
parent5544c410495ce329614808a03bd1ce6879635b73 (diff)
downloadpfsense-07f0b7ffcfd6e21781ecbbf81c1d33db4e039da2.zip
pfsense-07f0b7ffcfd6e21781ecbbf81c1d33db4e039da2.tar.gz
Correct config path
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index f2e0a51..14f704b 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -2050,9 +2050,9 @@ endif;
}
// Unset lbpool if we no longer have any server pools
if (count($lbpool_srv_arr) == 0) {
- unset($config['loadbalancer']['lbpool']);
+ unset($config['load_balancer']['lbpool']);
} else {
- $config['loadbalancer']['lbpool'] = $lbpool_srv_arr;
+ $config['load_balancer']['lbpool'] = $lbpool_srv_arr;
}
// Only set the gateway group array if we converted any
if (count($gateway_group_arr) != 0) {
@@ -2974,4 +2974,4 @@ function set_device_perms() {
if($g['booting']) echo ".";
$config = parse_config();
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud