Skip to content

Commit

Permalink
Merge pull request #2 from mapfactor/master
Browse files Browse the repository at this point in the history
fixed refreshing peers download
  • Loading branch information
abahgat committed May 10, 2014
2 parents 2c84891 + 47eb659 commit e09eb6f
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 e09eb6f

Please sign in to comment.