Fix handling of COMMENT in shorewall-shell

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8077 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-01-18 22:14:29 +00:00
parent 3f4d773489
commit 4a9431fb73

View File

@ -2504,7 +2504,7 @@ process_macro() # $1 = target
while read mtarget mclients mservers mprotocol mports mcports mratelimit muserspec; do
[ mtarget eq 'COMMENT' ] && continue
[ $mtarget = COMMENT ] && continue
mtarget=$(merge_levels $itarget $mtarget)