Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290033
b: refs/heads/master
c: 4d75313
h: refs/heads/master
i:
  290031: 0523ff2
v: v3
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Feb 6, 2012
1 parent a1deb5b commit 236fe10
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 92d2c905b404d8d056ce35a0ce645e23529742c2
refs/heads/master: 4d75313ce9b832efc4efb487f080b5ed72beae2c
9 changes: 5 additions & 4 deletions trunk/net/tipc/link.c
Original file line number Diff line number Diff line change
Expand Up @@ -2128,14 +2128,15 @@ static void link_recv_proto_msg(struct tipc_link *l_ptr, struct sk_buff *buf)
}
l_ptr->owner->bclink.supported = (max_pkt_info != 0);

/* Synchronize broadcast link info, if not done previously */

if (!tipc_node_is_up(l_ptr->owner))
l_ptr->owner->bclink.last_in = msg_last_bcast(msg);

link_state_event(l_ptr, msg_type(msg));

l_ptr->peer_session = msg_session(msg);
l_ptr->peer_bearer_id = msg_bearer_id(msg);

/* Synchronize broadcast sequence numbers */
if (!tipc_node_redundant_links(l_ptr->owner))
l_ptr->owner->bclink.last_in = mod(msg_last_bcast(msg));
break;
case STATE_MSG:

Expand Down

0 comments on commit 236fe10

Please sign in to comment.