summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-05-21 20:54:28 +0000
committerErmal <eri@pfsense.org>2010-05-21 20:54:28 +0000
commitcb88138a4e4c9c818207d03ea4f7719f7ee9c236 (patch)
tree0659d00431b18f958671148e655dbcc185645722 /etc
parent61d54be64ae4f9b181c57d8b6f3cfe7de9b881e6 (diff)
downloadpfsense-cb88138a4e4c9c818207d03ea4f7719f7ee9c236.zip
pfsense-cb88138a4e4c9c818207d03ea4f7719f7ee9c236.tar.gz
Ups remove erroneous curly.
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 4c6c946..846d33d 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -479,7 +479,7 @@ function lookup_gateway_ip_by_name($name) {
if(is_array($config['gateways']['gateway_item'])) {
foreach($config['gateways']['gateway_item'] as $gateway) {
- if($gateway['name'] == $name) {
+ if($gateway['name'] == $name)
return ($gateway['gateway']);
}
} else
OpenPOWER on IntegriCloud