Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320521
b: refs/heads/master
c: 8bbb181
h: refs/heads/master
i:
  320519: 569e933
v: v3
  • Loading branch information
David S. Miller committed Jul 30, 2012
1 parent 496a0c3 commit 8cdbe70
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: a117dacde0288f3ec60b6e5bcedae8fa37ee0dfc
refs/heads/master: 8bbb181308bc348e02bfdbebdedd4e4ec9d452ce
4 changes: 2 additions & 2 deletions trunk/drivers/net/tun.c
Original file line number Diff line number Diff line change
Expand Up @@ -1382,9 +1382,9 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
if (cmd == TUNSETIFF || _IOC_TYPE(cmd) == 0x89) {
if (copy_from_user(&ifr, argp, ifreq_len))
return -EFAULT;
} else
} else {
memset(&ifr, 0, sizeof(ifr));

}
if (cmd == TUNGETFEATURES) {
/* Currently this just means: "what IFF flags are valid?".
* This is needed because we never checked for invalid flags on
Expand Down

0 comments on commit 8cdbe70

Please sign in to comment.