From d8bf779be2910026e44ca9f493c02df960b94408 Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 15 Sep 2010 18:49:33 +0000 Subject: [PATCH] Oops this is meant to add members not override them. --- 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 3f9a974460..bef15460f9 100644 --- a/etc/inc/gwlb.inc +++ b/etc/inc/gwlb.inc @@ -365,7 +365,7 @@ function return_gateway_groups_array() { $gwname = $itemsplit[0]; /* Do it here rather than reiterating again the group in case no member is up. */ - $backupplan[$tier] = $gwname; + $backupplan[$tier][] = $gwname; /* check if the gateway is available before adding it to the array */ if (!empty($gateway_status[$gwname])) {