Add commentary

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4495 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-30 23:53:20 +00:00
parent 7c98a5df9f
commit 0c32938bdc

View File

@ -1335,6 +1335,10 @@ substitute_action() # $1 = parameter, $2 = action
esac
}
#
# Third phase of action processing. It needs to be here in the compiler because
# it handles builtin actions.
#
process_actions3()
{
for xaction in $USEDACTIONS; do