Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156863
b: refs/heads/master
c: f6b97b2
h: refs/heads/master
i:
  156861: df73c10
  156859: 817aab6
  156855: 8913fb2
  156847: 3e23c04
  156831: 9c8e2c3
  156799: b026ee4
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Aug 6, 2009
1 parent 8e0b227 commit 75bed34
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: 80922bbb12a105f858a8f0abb879cb4302d0ecaa
refs/heads/master: f6b97b29513950bfbf621a83d85b6f86b39ec8db
1 change: 1 addition & 0 deletions trunk/net/netrom/af_netrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ static int nr_getname(struct socket *sock, struct sockaddr *uaddr,
sax->fsa_ax25.sax25_family = AF_NETROM;
sax->fsa_ax25.sax25_ndigis = 1;
sax->fsa_ax25.sax25_call = nr->user_addr;
memset(sax->fsa_digipeater, 0, sizeof(sax->fsa_digipeater));
sax->fsa_digipeater[0] = nr->dest_addr;
*uaddr_len = sizeof(struct full_sockaddr_ax25);
} else {
Expand Down

0 comments on commit 75bed34

Please sign in to comment.