Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120707
b: refs/heads/master
c: c2a2b8d
h: refs/heads/master
i:
  120705: ede1537
  120703: ece08ef
v: v3
  • Loading branch information
David Howells authored and James Morris committed Nov 13, 2008
1 parent dc9fd09 commit 0e02ce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ba95b2353cf1a7f7f236946530ccf5d0ccec6b38
refs/heads/master: c2a2b8d3b299feb7ac62c2825941dec57141f6f4
4 changes: 2 additions & 2 deletions trunk/net/rose/af_rose.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ static int rose_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)

source = &addr->srose_call;

user = ax25_findbyuid(current->euid);
user = ax25_findbyuid(current_euid());
if (user) {
rose->source_call = user->call;
ax25_uid_put(user);
Expand Down Expand Up @@ -791,7 +791,7 @@ static int rose_connect(struct socket *sock, struct sockaddr *uaddr, int addr_le
goto out_release;
}

user = ax25_findbyuid(current->euid);
user = ax25_findbyuid(current_euid());
if (!user) {
err = -EINVAL;
goto out_release;
Expand Down

0 comments on commit 0e02ce1

Please sign in to comment.