summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-15 18:45:48 +0000
committerErmal <eri@pfsense.org>2010-09-15 18:46:46 +0000
commit3befe730ffeec38b37ed087e7c36c59d11840b83 (patch)
tree5172358fa87e61a578a57a55ee3d10186755448a /etc
parentcf6a1f80e8ec88b0393f925f44ce525bef0d2850 (diff)
downloadpfsense-3befe730ffeec38b37ed087e7c36c59d11840b83.zip
pfsense-3befe730ffeec38b37ed087e7c36c59d11840b83.tar.gz
Cleanup code.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/gwlb.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index eb00826..3f9a974 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -286,7 +286,6 @@ function return_gateways_array($disabled = false) {
/* no IP address found, set to dynamic */
if(! is_ipaddr($gateway['gateway']))
$gateway['gateway'] = "dynamic";
-
$gateway['dynamic'] = true;
}
if(empty($gateway['monitor']))
OpenPOWER on IntegriCloud