MCPcopy Create free account
hub / github.com/cppla/ServerStatus / UnbanByAddr

Method UnbanByAddr

server/src/netban.cpp:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385int CNetBan::UnbanByAddr(const NETADDR *pAddr)
386{
387 return Unban(&m_BanAddrPool, pAddr);
388}
389
390int CNetBan::UnbanByRange(const CNetRange *pRange)
391{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected