Fix multiple backporting errors

This commit is contained in:
lateminer
2018-10-19 00:54:22 +03:00
parent 8b2e1d8a04
commit 1874993043
6 changed files with 46 additions and 41 deletions

View File

@@ -636,6 +636,7 @@ void CNode::SweepBanned()
banmap_t::iterator it = setBanned.begin();
while(it != setBanned.end())
{
CSubNet subNet = (*it).first;
CBanEntry banEntry = (*it).second;
if(now > banEntry.nBanUntil)
{