From 796f191d487194b546176c82658e30d0ab971038 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 15 Mar 2016 09:03:36 -0700 Subject: [PATCH] Don't re-stat action files in process_action() Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Rules.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 9b8c3cd64..c010efa45 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -1818,8 +1818,6 @@ sub process_action(\$\$$) { my $actionfile = $actionref->{file}; - fatal_error "Missing Action File ($actionfile)" unless -f $actionfile; - progress_message2 "$doing $actionfile for chain $chainref->{name}..."; push_open $actionfile, 2, 1, undef, 2;