mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 07:23:03 +02:00
Merge remote-tracking branch 'amarx/BUG10753' into next
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user