Merge branch 'dev' into hello-encryption

This commit is contained in:
Adam Ierymenko 2025-07-03 14:49:17 -04:00
commit b0889e1454
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
2 changed files with 5 additions and 15 deletions

View file

@ -246,9 +246,6 @@ void Multicaster::send(void* tPtr, int64_t now, const SharedPtr<Network>& networ
for (unsigned int i = 0; i < activeBridgeCount; ++i) {
if ((activeBridges[i] != RR->identity.address()) && (activeBridges[i] != origin)) {
out.sendOnly(RR, tPtr, activeBridges[i]); // optimization: don't use dedup log if it's a one-pass send
if (++count >= limit) {
break;
}
}
}