summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 14:38:42 -0400
committerScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 14:38:42 -0400
commit2add0a6696c42669706f71baacd2cf88269418f1 (patch)
tree361555dee4eefae6d97037656ba18a009691979e /etc/inc
parent89a552729e4100c9cd49efe52e04bff5051d6ba9 (diff)
downloadpfsense-2add0a6696c42669706f71baacd2cf88269418f1.zip
pfsense-2add0a6696c42669706f71baacd2cf88269418f1.tar.gz
This routine was not meant to foreach() even though it is inside a foreach(). It's slightly confusing but the foreach obtains the correct namespace and then processes. Add the needed break; statemenet because on subequent foreach() loops, the carp password will be WRONG/BLANK.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 5b85c65..855b6d8 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -3278,6 +3278,7 @@ function carp_sync_client() {
/* signal a carp reload */
$msg = new XML_RPC_Message('pfsense.interfaces_carp_configure');
$cli->send($msg, "900");
+ break;
}
}
}
OpenPOWER on IntegriCloud