forked from extern/shorewall_code
Fix Typo
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f5c954295d
commit
b8fc1a9b22
@ -2045,7 +2045,7 @@ sub do_ratelimit( $$ ) {
|
||||
$limit .= $rate =~ /^s:/ ? 'srcip ' : 'dstip ';
|
||||
|
||||
if ( $units && $units ne 'sec' ) {
|
||||
my $expire = 60000; # I minute in milliseconds
|
||||
my $expire = 60000; # 1 minute in milliseconds
|
||||
|
||||
if ( $units ne 'min' ) {
|
||||
$expire *= 60; #At least an hour
|
||||
|
Loading…
Reference in New Issue
Block a user