Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64019
b: refs/heads/master
c: 01c8cab
h: refs/heads/master
i:
  64017: 596871b
  64015: 069b3a1
v: v3
  • Loading branch information
Patrick Caulfield authored and Steven Whitehouse committed Aug 14, 2007
1 parent 2e8cd5f commit 1e14a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41684f9547455b395ffd65e5b7961067d20a2872
refs/heads/master: 01c8cab25863de007fe8c598d0033919ea8ae65e
1 change: 1 addition & 0 deletions trunk/fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ static void make_sockaddr(struct sockaddr_storage *saddr, uint16_t port,
in6_addr->sin6_port = cpu_to_be16(port);
*addr_len = sizeof(struct sockaddr_in6);
}
memset((char *)saddr + *addr_len, 0, sizeof(struct sockaddr_storage) - *addr_len);
}

/* Close a remote connection and tidy up */
Expand Down

0 comments on commit 1e14a30

Please sign in to comment.