mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix wrong argument being passed
This commit is contained in:
parent
25ab4b62e5
commit
c255133a2b
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ function handleConnection(sock) {
|
|||
|
||||
var srv = Server.getServer();
|
||||
|
||||
if (throttleIP(ip)) {
|
||||
if (throttleIP(sock)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue