mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 09:56:35 +02:00
Merge remote-tracking branch 'purple/openssl' into meshnet
This commit is contained in:
commit
986ee6bac3
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ namespace data
|
|||
{
|
||||
auto h = floodfill->GetIdentHash();
|
||||
LogPrint(eLogDebug, "NetDb: Flood lease set for ", ident.ToBase32(), " to ", h.ToBase64());
|
||||
transports.SendMessage (h, floodMsg);
|
||||
transports.SendMessage (h, CopyI2NPMessage(floodMsg));
|
||||
excluded.insert (h);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue