From e120d5ce5f7c35fbdeacf6a79c829d03cc352225 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 10 Nov 2014 22:13:01 -0600 Subject: [PATCH] Fix syntax error in CARP status page. Ticket #3967 --- usr/local/www/carp_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index 5701ad744..16066bd72 100644 --- a/usr/local/www/carp_status.php +++ b/usr/local/www/carp_status.php @@ -80,11 +80,11 @@ if($_POST['disablecarp'] <> "") { interface_carp_configure($vip); sleep(1); break; - } case 'ipalias': if (strpos($vip['interface'], '_vip')) interface_ipalias_configure($vip); break; + } } } interfaces_sync_setup();