Forward Firewall: when creating a second group of services, the cached port and protocol from first group are shown in table

This commit is contained in:
Alexander Marx
2013-02-18 12:28:30 +01:00
committed by Michael Tremer
parent aa8647835d
commit 0b54aaede3

View File

@@ -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"</table>";}