Skip to content

Commit

Permalink
fixed refreshing peers download
Browse files Browse the repository at this point in the history
  • Loading branch information
martind committed Apr 28, 2014
1 parent 2c84891 commit 47eb659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/bitlet/wetorrent/Torrent.java
Expand Up @@ -358,7 +358,7 @@ public void run() {
}

public void startDownload() throws Exception {
stopped = true;
stopped = false;
Map firstResponseDictionary = trackerRequest("started");

if (firstResponseDictionary == null) {
Expand Down

0 comments on commit 47eb659

Please sign in to comment.