]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/tipc/node.c
tipc: ensure binding table initial distribution is sent via first link
[karo-tx-linux.git] / net / tipc / node.c
index eb739d20ed4636b2ddd46bb6fcb23f28d3e17d8f..f4772f53f41a860c23055c4054dc6c79e82b579e 100644 (file)
@@ -370,7 +370,7 @@ static void __tipc_node_link_up(struct tipc_node *n, int bearer_id,
                tipc_link_set_active(ol, false);
        } else if (nl->priority == ol->priority) {
                tipc_link_set_active(nl, true);
-               *slot0 = bearer_id;
+               *slot1 = bearer_id;
        } else {
                pr_debug("New link <%s> is standby\n", nl->name);
        }