mirror of https://github.com/calzoneman/sync.git
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();
|
var srv = Server.getServer();
|
||||||
|
|
||||||
if (throttleIP(ip)) {
|
if (throttleIP(sock)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue