From 2a49610b4975b0e68e79e1b12c4b5586d5ce814e Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 3 May 2005 21:53:10 +0000 Subject: [PATCH] Fix typo in tcrules handling git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2081 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 9675e4fa3..770501125 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -2422,7 +2422,7 @@ process_tc_rule() [ -n "$temp" ] && r="$r --gid-owner $temp " ;; *) - r="$r--uid-owner $user " + r="$r --uid-owner $user " ;; esac fi