From 0b54aaede3702dcaf76e3d4b50fd5ca591e8fe13 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Mon, 18 Feb 2013 12:28:30 +0100 Subject: [PATCH] Forward Firewall: when creating a second group of services, the cached port and protocol from first group are shown in table --- html/cgi-bin/fwhosts.cgi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index 1f85135d4..4b0a1122d 100755 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1593,6 +1593,8 @@ sub viewtableservicegrp $grpname=$customservicegrp{$key}[0]; if ($customservicegrp{$key}[2] eq "none"){ $customservicegrp{$key}[2]=$Lang::tr{'fwhost empty'}; + $port=''; + $protocol=''; } $remark="$customservicegrp{$key}[1]"; if($count >=2){print"";} -- 2.39.2