mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
Merge remote-tracking branch 'purple/openssl' into meshnet
This commit is contained in:
commit
986ee6bac3
@ -508,7 +508,7 @@ namespace data
|
|||||||
{
|
{
|
||||||
auto h = floodfill->GetIdentHash();
|
auto h = floodfill->GetIdentHash();
|
||||||
LogPrint(eLogDebug, "NetDb: Flood lease set for ", ident.ToBase32(), " to ", h.ToBase64());
|
LogPrint(eLogDebug, "NetDb: Flood lease set for ", ident.ToBase32(), " to ", h.ToBase64());
|
||||||
transports.SendMessage (h, floodMsg);
|
transports.SendMessage (h, CopyI2NPMessage(floodMsg));
|
||||||
excluded.insert (h);
|
excluded.insert (h);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user