Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369878
b: refs/heads/master
c: fccc9f1
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Apr 25, 2013
1 parent 47e4c91 commit e199d22
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: cd4baaaa04b4aaa3b0ec4d13a6f3d203b92eadbd
refs/heads/master: fccc9f1fa878d9599aa583f0fec3bca95639667d
2 changes: 1 addition & 1 deletion trunk/net/appletalk/ddp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ static int atalk_getname(struct socket *sock, struct sockaddr *uaddr,
goto out;

*uaddr_len = sizeof(struct sockaddr_at);
memset(&sat.sat_zero, 0, sizeof(sat.sat_zero));
memset(&sat, 0, sizeof(sat));

if (peer) {
err = -ENOTCONN;
Expand Down

0 comments on commit e199d22

Please sign in to comment.