1
0
Fork 0
forked from External/ergo

review fix: rename various packages and objects

This commit is contained in:
Shivaram Lingamneni 2017-10-09 17:37:13 -04:00
parent 0e5eec3037
commit d66470f1c4
5 changed files with 70 additions and 70 deletions

View file

@ -542,7 +542,7 @@ func (client *Client) destroy() {
ipaddr := client.IP()
// this check shouldn't be required but eh
if ipaddr != nil {
client.server.connectionLimits.RemoveClient(ipaddr)
client.server.connectionLimiter.RemoveClient(ipaddr)
}
// alert monitors