Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290035
b: refs/heads/master
c: 47361c8
h: refs/heads/master
i:
  290033: 236fe10
  290031: 0523ff2
v: v3
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Feb 6, 2012
1 parent d30f8d7 commit f5855cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: 934993137199ffb56fef50664f87e71cdb3471b0
refs/heads/master: 47361c87c504d89f1ba50b4230d56ef67792c258
7 changes: 5 additions & 2 deletions trunk/net/tipc/link.c
Original file line number Diff line number Diff line change
Expand Up @@ -2105,6 +2105,8 @@ static void link_recv_proto_msg(struct tipc_link *l_ptr, struct sk_buff *buf)
l_ptr->owner->block_setup = WAIT_NODE_DOWN;
}

link_state_event(l_ptr, RESET_MSG);

/* fall thru' */
case ACTIVATE_MSG:
/* Update link settings according other endpoint's values */
Expand Down Expand Up @@ -2134,10 +2136,11 @@ static void link_recv_proto_msg(struct tipc_link *l_ptr, struct sk_buff *buf)
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);

if (msg_type(msg) == ACTIVATE_MSG)
link_state_event(l_ptr, ACTIVATE_MSG);
break;
case STATE_MSG:

Expand Down

0 comments on commit f5855cd

Please sign in to comment.