mirror of
https://gitlab.com/shorewall/code.git
synced 2025-05-30 06:28:51 +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:
parent
449ce2a9b6
commit
2a49610b49
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user