Skip to content

Commit

Permalink
Merge branch 'tipc-Mar14-2011' of git://git.kernel.org/pub/scm/linux/…
Browse files Browse the repository at this point in the history
…kernel/git/paulg/net-next-2.6
  • Loading branch information
David S. Miller committed Mar 14, 2011
2 parents 05aebe2 + 1fa0738 commit 201a11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/tipc/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ void tipc_net_stop(void)
tipc_bearer_stop();
tipc_mode = TIPC_NODE_MODE;
tipc_bclink_stop();
list_for_each_entry_safe(node, t_node, &tipc_node_list, list);
list_for_each_entry_safe(node, t_node, &tipc_node_list, list)
tipc_node_delete(node);
write_unlock_bh(&tipc_net_lock);
info("Left network mode\n");
Expand Down

0 comments on commit 201a11c

Please sign in to comment.