From 5f1f0b9ace2e5c6239b13dcfac702dc6bc1d0b97 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 1 May 2007 23:39:38 +0000 Subject: [PATCH] Adjust macro merging git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6186 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Macros.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shorewall-perl/Shorewall/Macros.pm b/Shorewall-perl/Shorewall/Macros.pm index 627259f76..9ce89481d 100644 --- a/Shorewall-perl/Shorewall/Macros.pm +++ b/Shorewall-perl/Shorewall/Macros.pm @@ -104,6 +104,8 @@ sub merge_macro_source_dest( $$ ) { return "$body:$invocation" if $invocation =~ /.*?\.*?\.|^\+|^~|^!~/; return "$invocation:$body"; } + + return $invocation; } $body || '';