Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2220
b: refs/heads/master
c: 4bcff1b
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Jun 2, 2005
1 parent 49c384b commit a404ed5
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: 8f37d47c9bf74cb48692691086b482e315d07f40
refs/heads/master: 4bcff1b37e7c3aed914d1ce5b45994adc7dbf455
2 changes: 1 addition & 1 deletion trunk/net/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ asmlinkage long sys_socketcall(int call, unsigned long __user *args)
if (copy_from_user(a, args, nargs[call]))
return -EFAULT;

err = audit_socketcall(nargs[call]/sizeof(unsigned long), args);
err = audit_socketcall(nargs[call]/sizeof(unsigned long), a);
if (err)
return err;

Expand Down

0 comments on commit a404ed5

Please sign in to comment.