Skip to content

Commit

Permalink
make it compile
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Jun 30, 2016
1 parent 0eab8e9 commit 10911f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NetDb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10911f5

Please sign in to comment.