Fix typo in tcrules handling

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2081 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-05-03 21:53:10 +00:00
parent 449ce2a9b6
commit 2a49610b49

View File

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