From 07e5afebd737a7ea396fa4571cb0347596a48150 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 8 Aug 2007 16:53:53 +0000 Subject: [PATCH] Ensure CARP cache is cleared on status page reload. --- usr/local/www/carp_status.php | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index 98fd7efde7..10ad21170f 100755 --- a/usr/local/www/carp_status.php +++ b/usr/local/www/carp_status.php @@ -37,6 +37,7 @@ function gentitle_pkg($pgname) { unset($interface_arr_cache); unset($carp_interface_count_cache); unset($carp_query); +unset($interface_ip_arr_cache); $status = get_carp_status(); if($_POST['disablecarp'] <> "") {