mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 09:33:14 +01:00
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:
parent
449ce2a9b6
commit
2a49610b49
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user