Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102685
b: refs/heads/master
c: 9c396a7
h: refs/heads/master
i:
  102683: 54463f3
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed Jun 5, 2008
1 parent 471a7f0 commit 6e4f41d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1265a02108c508b508112cdeac922aad03e0146a
refs/heads/master: 9c396a7bfb4fe74e444be09069651280da520944
4 changes: 3 additions & 1 deletion trunk/net/tipc/link.c
Original file line number Diff line number Diff line change
Expand Up @@ -2674,10 +2674,12 @@ int tipc_link_send_long_buf(struct link *l_ptr, struct sk_buff *buf)
u32 pack_sz = link_max_pkt(l_ptr);
u32 fragm_sz = pack_sz - INT_H_SIZE;
u32 fragm_no = 1;
u32 destaddr = msg_destnode(inmsg);
u32 destaddr;

if (msg_short(inmsg))
destaddr = l_ptr->addr;
else
destaddr = msg_destnode(inmsg);

if (msg_routed(inmsg))
msg_set_prevnode(inmsg, tipc_own_addr);
Expand Down

0 comments on commit 6e4f41d

Please sign in to comment.