mirror of https://github.com/calzoneman/sync.git
Add missing disconnect() in throttle
This commit is contained in:
parent
976228683b
commit
84579c0d60
|
@ -66,6 +66,7 @@ function throttleIP(sock) {
|
|||
reason: "Your IP address is connecting too quickly. Please "+
|
||||
"wait 10 seconds before joining again."
|
||||
});
|
||||
sock.disconnect();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue