Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131713
b: refs/heads/master
c: 50fee1d
h: refs/heads/master
i:
  131711: 0beeec3
v: v3
  • Loading branch information
Eugene Teo authored and David S. Miller committed Feb 23, 2009
1 parent d089c99 commit 83ae681
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: ebe47d47b7b7fed72dabcce4717da727b4e2367d
refs/heads/master: 50fee1dec5d71b8a14c1b82f2f42e16adc227f8b
2 changes: 1 addition & 1 deletion trunk/net/core/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
if (len < 0)
return -EINVAL;

v.val = 0;
memset(&v, 0, sizeof(v));

switch(optname) {
case SO_DEBUG:
Expand Down

0 comments on commit 83ae681

Please sign in to comment.