Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266105
b: refs/heads/master
c: 169073d
h: refs/heads/master
i:
  266103: 92f0cb8
v: v3
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Sep 1, 2011
1 parent d18f843 commit 5f7eef8
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c5bd4d85d356199ebdbc2c8bbfff86a292c65a9f
refs/heads/master: 169073db442cb9e5aa2b70a2e4158d4f35a3b810
2 changes: 1 addition & 1 deletion trunk/net/tipc/node.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@ static void node_lost_contact(struct tipc_node *n_ptr)
n_ptr->bclink.defragm = NULL;
}

tipc_nmap_remove(&tipc_bcast_nmap, n_ptr->addr);
tipc_bclink_acknowledge(n_ptr,
mod(n_ptr->bclink.acked + 10000));
tipc_nmap_remove(&tipc_bcast_nmap, n_ptr->addr);
if (n_ptr->addr < tipc_own_addr)
tipc_own_tag--;

Expand Down

0 comments on commit 5f7eef8

Please sign in to comment.