]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Forward Firewall: when creating a second group of services, the cached port and proto...
authorAlexander Marx <amarx@ipfire.org>
Mon, 18 Feb 2013 11:28:30 +0000 (12:28 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:08:21 +0000 (14:08 +0200)
html/cgi-bin/fwhosts.cgi

index 1f85135d43a99889c53a8449d3fc06a9513affbf..4b0a1122d248d0e37cec12dae4c9d7c3bc6d142a 100755 (executable)
@@ -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>";}