mirror of
https://gitlab.com/shorewall/code.git
synced 2025-05-30 22:45:44 +02:00
Fix minor ineffeciency in old action mapping
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4684 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
105c4e7583
commit
2e44b7f38b
@ -1313,7 +1313,7 @@ map_old_action() # $1 = Potential Old Action
|
||||
return
|
||||
;;
|
||||
*)
|
||||
if [ -f $(find_file $1) ]; then
|
||||
if [ -f $(find_file macro.$1) ]; then
|
||||
echo $1
|
||||
return
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user