Adjust macro merging -- Take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6187 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-01 23:40:37 +00:00
parent 5f1f0b9ace
commit bf81862741

View File

@ -117,7 +117,7 @@ sub merge_macro_column( $$ ) {
if ( defined $invocation && $invocation ne '' && $invocation ne '-' ) {
$invocation;
} else {
$body || '';
$body;
}
}