forked from extern/shorewall_code
Fix some ghastly bugs in Macros -- take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2591 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
2448315290
commit
e783315471
@ -4347,7 +4347,7 @@ merge_levels() # $1=level at which superior action is called, $2=level at which
|
||||
#
|
||||
substitute_action() # $1 = parameter, $2 = action
|
||||
{
|
||||
local logpart=${2##*:}
|
||||
local logpart=${2#*:}
|
||||
|
||||
case $2 in
|
||||
*:*)
|
||||
|
Loading…
Reference in New Issue
Block a user