Fix masq file processing

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5140 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-12-20 15:37:58 +00:00
parent 5596051626
commit a161728628

View File

@ -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