From a1617286285670b51fa4ad95b266d80b229c9dbb Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 20 Dec 2006 15:37:58 +0000 Subject: [PATCH] Fix masq file processing git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5140 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/compiler b/Shorewall/compiler index ed772ccdb..331dce0b8 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -5422,7 +5422,7 @@ __EOF__ progress_message2 "$DOING $(find_file policy)..."; apply_policy_rules - if [ -s $TMP_DIR/nat ]; then + if [ -s $TMP_DIR/masq ]; then setup_masq $(find_file masq) fi