| 383 | } |
| 384 | |
| 385 | int CNetBan::UnbanByAddr(const NETADDR *pAddr) |
| 386 | { |
| 387 | return Unban(&m_BanAddrPool, pAddr); |
| 388 | } |
| 389 | |
| 390 | int CNetBan::UnbanByRange(const CNetRange *pRange) |
| 391 | { |
nothing calls this directly
no outgoing calls
no test coverage detected