forked from extern/shorewall_code
Reword error message
- "Invalid action name ..." to "Reserved action name ..." Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1a68d87c94
commit
0aa0bebe07
@ -1447,7 +1447,7 @@ sub new_action( $$$$$$ ) {
|
||||
|
||||
my ( $action , $type, $options , $actionfile , $state, $proto ) = @_;
|
||||
|
||||
fatal_error "Invalid action name($action)" if reserved_name( $action );
|
||||
fatal_error "Reserved action name ($action)" if reserved_name( $action );
|
||||
|
||||
$actions{$action} = { file => $actionfile, actchain => '' , type => $type, options => $options , state => $state, proto => $proto };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user