Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 818508d

Browse files
committed
Forgot the bool.
1 parent a583a42 commit 818508d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/peers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function Peers (cb, scope) {
4242

4343
// Return a Peer object, trying to sort out with lite clients
4444
// By default one Peer by IP is accepted.
45-
Peers.prototype.accept = function(peer){
45+
Peers.prototype.accept = function(peer, noAccept){
4646
if (noAccept)
4747
return new Peer(peer.ip, peer.port, peer.version, peer.os);
4848
var candidate;

0 commit comments

Comments
 (0)