summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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