mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 03:34:31 +01:00
Correct wording of an error message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
4a484ced9e
commit
9f2958fd27
@ -797,7 +797,7 @@ sub process_mangle_rule1( $$$$$$$$$$$$$$$$$ ) {
|
||||
if ( $commandref->{maxparams} == 1 ) {
|
||||
fatal_error "The $cmd requires a parameter";
|
||||
} else {
|
||||
fatal_error "The $cmd ACTION only requires at least $commandref->{maxparams} parmeters";
|
||||
fatal_error "The $cmd ACTION requires at least $commandref->{maxparams} parmeters";
|
||||
}
|
||||
}
|
||||
if ( $state ne '-' ) {
|
||||
|
Loading…
Reference in New Issue
Block a user