mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-16 11:44:28 +02: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:
@ -2422,7 +2422,7 @@ process_tc_rule()
|
|||||||
[ -n "$temp" ] && r="$r --gid-owner $temp "
|
[ -n "$temp" ] && r="$r --gid-owner $temp "
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
r="$r--uid-owner $user "
|
r="$r --uid-owner $user "
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user