From 63b8c4db3bebb0e203dd6903f310ca87ef3e8061 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Sat, 13 Jul 2013 11:41:58 -0300 Subject: [PATCH] Fix #3091, fix bad var assignment --- etc/inc/gwlb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc index ba9129d549..9f7ebf7914 100644 --- a/etc/inc/gwlb.inc +++ b/etc/inc/gwlb.inc @@ -176,7 +176,7 @@ EOD; } else continue; - $monitor_ips[] = monitor_ips; + $monitor_ips[] = $gateway['monitor']; $apingercfg = "target \"{$gateway['monitor']}\" {\n"; $apingercfg .= " description \"{$name}\"\n"; $apingercfg .= " srcip \"{$gwifip}\"\n";