diff options
Diffstat (limited to 'net/tipc/bcast.c')
-rw-r--r-- | net/tipc/bcast.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index 2655c9f4ecad..25e159c2feb4 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c | |||
@@ -620,10 +620,10 @@ static int tipc_bcbearer_send(struct sk_buff *buf, | |||
620 | continue; /* bearer pair doesn't add anything */ | 620 | continue; /* bearer pair doesn't add anything */ |
621 | 621 | ||
622 | if (!tipc_bearer_blocked(p)) | 622 | if (!tipc_bearer_blocked(p)) |
623 | tipc_bearer_send(p, buf, &p->media->bcast_addr); | 623 | tipc_bearer_send(p, buf, &p->bcast_addr); |
624 | else if (s && !tipc_bearer_blocked(s)) | 624 | else if (s && !tipc_bearer_blocked(s)) |
625 | /* unable to send on primary bearer */ | 625 | /* unable to send on primary bearer */ |
626 | tipc_bearer_send(s, buf, &s->media->bcast_addr); | 626 | tipc_bearer_send(s, buf, &s->bcast_addr); |
627 | else | 627 | else |
628 | /* unable to send on either bearer */ | 628 | /* unable to send on either bearer */ |
629 | continue; | 629 | continue; |