Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213823
b: refs/heads/master
c: 7e3e5d0
h: refs/heads/master
i:
  213821: 1e69fa5
  213819: 5415769
  213815: fded766
  213807: f8d88d4
  213791: f4b46c9
  213759: 63195d2
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed Aug 18, 2010
1 parent d12cc66 commit 074bdce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b02b69c8a403859ec72090742727e853d606a325
refs/heads/master: 7e3e5d0950559d1118dccbdff3c765fffcf04fd5
10 changes: 6 additions & 4 deletions trunk/net/tipc/bcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/**
Expand Down

0 comments on commit 074bdce

Please sign in to comment.