diff --git a/[refs] b/[refs] index 29b06e6ec796..682fcc8e3495 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b02b69c8a403859ec72090742727e853d606a325 +refs/heads/master: 7e3e5d0950559d1118dccbdff3c765fffcf04fd5 diff --git a/trunk/net/tipc/bcast.c b/trunk/net/tipc/bcast.c index a008c6689305..42b1737f0dcf 100644 --- a/trunk/net/tipc/bcast.c +++ b/trunk/net/tipc/bcast.c @@ -609,11 +609,13 @@ static int tipc_bcbearer_send(struct sk_buff *buf, bcbearer->remains = bcbearer->remains_new; } - /* Unable to reach all targets */ + /* + * Unable to reach all targets (indicate success, since currently + * there isn't code in place to properly block & unblock the + * pseudo-bearer used by the broadcast link) + */ - bcbearer->bearer.publ.blocked = 1; - bcl->stats.bearer_congs++; - return 1; + return TIPC_OK; } /**