Fix wrong argument being passed
This commit is contained in:
parent
25ab4b62e5
commit
c255133a2b
|
@ -136,7 +136,7 @@ function handleConnection(sock) {
|
|||
|
||||
var srv = Server.getServer();
|
||||
|
||||
if (throttleIP(ip)) {
|
||||
if (throttleIP(sock)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue