From c4ac3144454bb026d79e37b9fc7afcc4af67d9d9 Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 7 May 2012 14:36:09 -0400 Subject: Fix missing paren --- etc/rc.filter_synchronize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize index f85d8b3..46e5c33 100755 --- a/etc/rc.filter_synchronize +++ b/etc/rc.filter_synchronize @@ -55,7 +55,7 @@ function backup_vip_config_section() { $temp = array(); $temp['vip'] = array(); foreach($config['virtualip']['vip'] as $section) { - if(($section['mode'] == "proxyarp" || $section['mode'] == "ipalias") && !strstr($section['interface'], "_vip") + if(($section['mode'] == "proxyarp" || $section['mode'] == "ipalias") && !strstr($section['interface'], "_vip")) continue; if($section['advskew'] <> "") { $section_val = intval($section['advskew']); -- cgit v1.1