torrent.go | 1 - diff --git a/torrent.go b/torrent.go index 757a180c7f6c546ecd6330687a3a6862a1c2f4ac..78b761943ac6c2147599aaf43108a3b9b9a0c61c 100644 --- a/torrent.go +++ b/torrent.go @@ -363,7 +363,6 @@ for i := 0; i < len(t.metadataCompletedChunks); i++ { t.metadataCompletedChunks[i] = false } t.nameMu.Lock() - t.gotMetainfoC = make(chan struct{}) t.info = nil t.nameMu.Unlock() }