1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 12:24:19 +00:00

send own copy of a message during flood

This commit is contained in:
orignal 2016-06-30 11:01:21 -04:00
parent ea1ba0f09b
commit 6ab7e79987

View File

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