Do not send to origin in second buffered multicast path.

This commit is contained in:
Adam Ierymenko 2018-01-26 21:22:51 -05:00
parent d3d58ba8a7
commit 939ab43ceb
2 changed files with 13 additions and 0 deletions

View file

@ -345,6 +345,9 @@ void Multicaster::send(
data,
len);
if (origin)
out.logAsSent(origin);
unsigned int count = 0;
for(unsigned int i=0;i<activeBridgeCount;++i) {