summaryrefslogtreecommitdiff
path: root/node/Multicaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Multicaster.cpp')
-rw-r--r--node/Multicaster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Multicaster.cpp b/node/Multicaster.cpp
index 9e583e34..aeee0a85 100644
--- a/node/Multicaster.cpp
+++ b/node/Multicaster.cpp
@@ -240,7 +240,7 @@ void Multicaster::send(
mg.mac().appendTo(outp);
outp.append((uint32_t)mg.adi());
outp.append((uint32_t)gatherLimit);
- RR->sw->send(outp,true,0);
+ RR->sw->send(outp,true);
}
gatherLimit = 0;
}