aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/bearer.c')
-rw-r--r--net/tipc/bearer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/bearer.c b/net/tipc/bearer.c
index 9815797631e7..c9b5268461a6 100644
--- a/net/tipc/bearer.c
+++ b/net/tipc/bearer.c
@@ -560,7 +560,6 @@ restart:
560 b_ptr->media = m_ptr; 560 b_ptr->media = m_ptr;
561 b_ptr->net_plane = bearer_id + 'A'; 561 b_ptr->net_plane = bearer_id + 'A';
562 b_ptr->active = 1; 562 b_ptr->active = 1;
563 b_ptr->detect_scope = disc_domain;
564 b_ptr->priority = priority; 563 b_ptr->priority = priority;
565 INIT_LIST_HEAD(&b_ptr->cong_links); 564 INIT_LIST_HEAD(&b_ptr->cong_links);
566 INIT_LIST_HEAD(&b_ptr->links); 565 INIT_LIST_HEAD(&b_ptr->links);