Merge remote-tracking branch 'amarx/BUG10753' into next

This commit is contained in:
Michael Tremer
2015-02-26 11:11:04 +01:00

View File

@@ -728,10 +728,10 @@ if ($fwhostsettings{'ACTION'} eq 'saveservicegrp')
}
}
}
if ($tcpcounter > 15){
if ($tcpcounter > 14){
$errormessage=$Lang::tr{'fwhost err maxservicetcp'};
}
if ($udpcounter > 15){
if ($udpcounter > 14){
$errormessage=$Lang::tr{'fwhost err maxserviceudp'};
}
$tcpcounter=0;