Handle empty setup_common()

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9930 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2009-04-18 16:20:06 +00:00
parent be41b99ae8
commit b8988a2171

View File

@ -682,6 +682,7 @@ sub compiler {
setup_zone_mss;
unless ( $command eq 'check' ) {
emit 'return 0';
pop_indent;
emit '}';
}