make it compile

pull/557/head
Jeff Becker 8 years ago
parent 0eab8e9322
commit 10911f5b64
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

@ -503,12 +503,12 @@ namespace data
if (floodfill)
{
auto h = floodfill->GetIdentHash();
excluded.push_back(h);
excluded.insert(h);
LogPrint(eLogDebug, "NetDb: Flood lease set for ", ident.ToBase32(), " to ", h.ToBase64());
transports.SendMessage (h, floodMsg);
}
else
LogPrint(eLogWarning, "NetDb: failed to flood, no close floodfill for ", ident.ToBase32());
break;
}
}
else

Loading…
Cancel
Save