Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279098
b: refs/heads/master
c: 97f1b62
h: refs/heads/master
v: v3
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Dec 27, 2011
1 parent b6feadd commit 0103ba4
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: d47ce2ece33eac5c2b12d52622d1b17fe6a34ce9
refs/heads/master: 97f1b625d133b44d38b8b55ec2cbe35d7ef94f3a
2 changes: 1 addition & 1 deletion trunk/net/tipc/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ void tipc_net_stop(void)
if (tipc_mode != TIPC_NET_MODE)
return;
write_lock_bh(&tipc_net_lock);
tipc_bearer_stop();
tipc_mode = TIPC_NODE_MODE;
tipc_bearer_stop();
tipc_bclink_stop();
list_for_each_entry_safe(node, t_node, &tipc_node_list, list)
tipc_node_delete(node);
Expand Down

0 comments on commit 0103ba4

Please sign in to comment.