summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-06-15 09:17:21 -0400
committerjim-p <jimp@pfsense.org>2010-06-15 09:17:21 -0400
commite52ba50c5851d59d6ab5faf341aee64ff3839648 (patch)
tree2552806ced0dd38235ecb3cb3974adce1aef61a8 /etc
parent765664a41ca6682aa64f7baa190268fb4e8a36a0 (diff)
downloadpfsense-e52ba50c5851d59d6ab5faf341aee64ff3839648.zip
pfsense-e52ba50c5851d59d6ab5faf341aee64ff3839648.tar.gz
Remove stray ). Fixes #661.
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 4e19e2b..6b3be9f 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -395,7 +395,7 @@ function return_gateway_groups_array() {
} else {
$tiers[$tier][] = $gwname;
}
- } elseif ($status['status'] == "none")) {
+ } elseif ($status['status'] == "none") {
/* Online add member */
$tiers[$tier][] = $gwname;
}
OpenPOWER on IntegriCloud