forked from External/ergo
review fix: rename various packages and objects
This commit is contained in:
parent
0e5eec3037
commit
d66470f1c4
5 changed files with 70 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue