Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120705
b: refs/heads/master
c: f82b359
h: refs/heads/master
i:
  120703: ece08ef
v: v3
  • Loading branch information
David Howells authored and James Morris committed Nov 13, 2008
1 parent d696d0a commit ede1537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 734004072e05ae81c3cdd0a04ee37868fb09b71e
refs/heads/master: f82b359023c8b7b343edef6c63322b900d9e74a1
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_flowlabel.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ fl_create(struct net *net, struct in6_flowlabel_req *freq, char __user *optval,
fl->owner = current->pid;
break;
case IPV6_FL_S_USER:
fl->owner = current->euid;
fl->owner = current_euid();
break;
default:
err = -EINVAL;
Expand Down

0 comments on commit ede1537

Please sign in to comment.