fix typo src/net.cpp
This commit is contained in:
parent
f2e81bad33
commit
f8c478c4fb
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…
Reference in a new issue