mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 02:46:29 +00:00
standard
This commit is contained in:
parent
5ad210b7e1
commit
2ba6946f17
@ -675,7 +675,7 @@ Server.prototype._onAnnounce = function (params, cb) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
function createSwarm() {
|
function createSwarm () {
|
||||||
self.createSwarm(params.info_hash, function (err, swarm) {
|
self.createSwarm(params.info_hash, function (err, swarm) {
|
||||||
if (err) return cb(err)
|
if (err) return cb(err)
|
||||||
announce(swarm)
|
announce(swarm)
|
||||||
|
Loading…
Reference in New Issue
Block a user