Fix wrong argument being passed

This commit is contained in:
calzoneman 2014-08-14 22:02:58 -05:00
parent 25ab4b62e5
commit c255133a2b

View file

@ -136,7 +136,7 @@ function handleConnection(sock) {
var srv = Server.getServer();
if (throttleIP(ip)) {
if (throttleIP(sock)) {
return;
}