Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255923
b: refs/heads/master
c: 15f4e2b
h: refs/heads/master
i:
  255921: 086cf23
  255919: e53b928
v: v3
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Jun 24, 2011
1 parent 3836085 commit 772e163
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: a9948ba24f764694413207812d2b2dae46eb7275
refs/heads/master: 15f4e2b30372695573bc46102790094a92b3eb11
6 changes: 2 additions & 4 deletions trunk/net/tipc/msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ void tipc_msg_init(struct tipc_msg *m, u32 user, u32 type,
msg_set_size(m, hsize);
msg_set_prevnode(m, tipc_own_addr);
msg_set_type(m, type);
if (!msg_short(m)) {
msg_set_orignode(m, tipc_own_addr);
msg_set_destnode(m, destnode);
}
msg_set_orignode(m, tipc_own_addr);
msg_set_destnode(m, destnode);
}

/**
Expand Down

0 comments on commit 772e163

Please sign in to comment.