mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 19:23:26 -03:00
commit
4585d828b4
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ void ThreadSocketHandler2(void* parg)
|
||||||
}
|
}
|
||||||
else if (CNode::IsBanned(addr))
|
else if (CNode::IsBanned(addr))
|
||||||
{
|
{
|
||||||
printf("connetion from %s dropped (banned)\n", addr.ToString().c_str());
|
printf("connection from %s dropped (banned)\n", addr.ToString().c_str());
|
||||||
closesocket(hSocket);
|
closesocket(hSocket);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue