From db6e832174d384ce7f43a1ab2ba222f62a8b1c5b Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 7 May 2006 14:10:15 +0000 Subject: [PATCH] Fix typo in refresh_tc() git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3890 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index a53d5ddf8..6279ab2ed 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -1787,7 +1787,7 @@ refresh_tc() { while read mark sources dests proto ports sports user testval; do expandv mark sources dests proto ports sports user testval tos - rule=$(echo "$mark $sources $dests $proto $ports $sports $user $testval tos") + rule=$(echo "$mark $sources $dests $proto $ports $sports $user $testval $tos") process_tc_rule done < $TMP_DIR/tcrules