Browse Source

send own copy of a message during flood

pull/556/head
orignal 9 years ago
parent
commit
6ab7e79987
  1. 2
      NetDb.cpp

2
NetDb.cpp

@ -494,7 +494,7 @@ namespace data
auto floodfill = GetClosestFloodfill (ident, excluded); auto floodfill = GetClosestFloodfill (ident, excluded);
if (floodfill) if (floodfill)
{ {
transports.SendMessage (floodfill->GetIdentHash (), floodMsg); transports.SendMessage (floodfill->GetIdentHash (), CopyI2NPMessage(floodMsg));
excluded.insert (floodfill->GetIdentHash ()); excluded.insert (floodfill->GetIdentHash ());
} }
else else

Loading…
Cancel
Save