diff options
Diffstat (limited to 'net/tipc/bcast.c')
-rw-r--r-- | net/tipc/bcast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index 4c2a80b3c01e..bf860d9e75af 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c | |||
@@ -794,7 +794,7 @@ void tipc_bclink_init(void) | |||
794 | void tipc_bclink_stop(void) | 794 | void tipc_bclink_stop(void) |
795 | { | 795 | { |
796 | spin_lock_bh(&bc_lock); | 796 | spin_lock_bh(&bc_lock); |
797 | tipc_link_stop(bcl); | 797 | tipc_link_purge_queues(bcl); |
798 | spin_unlock_bh(&bc_lock); | 798 | spin_unlock_bh(&bc_lock); |
799 | 799 | ||
800 | memset(bclink, 0, sizeof(*bclink)); | 800 | memset(bclink, 0, sizeof(*bclink)); |