forked from extern/shorewall_code
Make reserved name illegal for Actions -- take 2
This commit is contained in:
parent
011c90e6b8
commit
d8c36da069
@ -192,7 +192,7 @@ sub new_action( $$ ) {
|
||||
|
||||
my ( $action , $type ) = @_;
|
||||
|
||||
fatal_error "Invalid action name( $action)" if reserved_name( $action );
|
||||
fatal_error "Invalid action name($action)" if reserved_name( $action );
|
||||
|
||||
$actions{$action} = { actchain => '' };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user