diff options
author | Amit Pundir <amit.pundir@linaro.org> | 2017-01-02 14:05:24 +0530 |
---|---|---|
committer | Amit Pundir <amit.pundir@linaro.org> | 2017-01-02 14:05:44 +0530 |
commit | 823e9056c3126b809f0e7764951ee8be08212c2e (patch) | |
tree | 2926cd01e7d4a0ca08d697d904b37edcd49cd764 /net/ipv6/udp.c | |
parent | 3048a60ec721f64d09906295ec6f11b0b063d737 (diff) |
Revert "net: core: Support UID-based routing."
This reverts commit fd2cf795f3ab193752781be7372949ac1780d0ed.
Bug: 16355602
Change-Id: I1ec2d1eb3d53f4186b60c6ca5d6a20fcca46d442
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'net/ipv6/udp.c')
-rw-r--r-- | net/ipv6/udp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c index 1207379c1cce..7888468906c1 100644 --- a/net/ipv6/udp.c +++ b/net/ipv6/udp.c @@ -1244,7 +1244,6 @@ do_udp_sendmsg: fl6.flowi6_oif = np->sticky_pktinfo.ipi6_ifindex; fl6.flowi6_mark = sk->sk_mark; - fl6.flowi6_uid = sock_i_uid(sk); if (msg->msg_controllen) { opt = &opt_space; |