summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-10-01 17:51:35 +0000
committerErmal <eri@pfsense.org>2010-10-01 17:51:35 +0000
commitdb91013a3954ac85eaedb8c2871a7d69c5aed0ff (patch)
treefb7786ea0c5be7bc735bcd934cb9e1b59351704e /etc
parente62fe74895d166dd4e847dbfa572091deb0412c0 (diff)
downloadpfsense-db91013a3954ac85eaedb8c2871a7d69c5aed0ff.zip
pfsense-db91013a3954ac85eaedb8c2871a7d69c5aed0ff.tar.gz
Be sane at what was supposed to be done.:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 33db90e..e8d6ba0 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -313,7 +313,7 @@ function return_gateways_array($disabled = false) {
if(! interface_has_gateway($ifname))
continue;
- $ifcfg =& $config['interfaces'][$ifname]['ipaddr'];
+ $ifcfg =& $config['interfaces'][$ifname];
if (!empty($ifcfg['ipaddr']) && is_ipaddr($ifcfg['ipaddr']))
continue;
OpenPOWER on IntegriCloud