1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-08-14 10:14:32 +02:00

Handle empty setup_common()

This commit is contained in:
Tom Eastep
2009-04-17 17:56:11 -07:00
parent 26c8058069
commit 1ee8835a73

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