* i2psnark: Fix restoral of partial pieces broken by last patch
This commit is contained in:
zzz
2006-09-14 02:37:32 +00:00
committed by zzz
parent 6d400368b9
commit 2329439034
3 changed files with 7 additions and 4 deletions

View File

@ -532,7 +532,7 @@ class PeerState
break;
}
}
if (found) {
if (!found) {
outstandingRequests.add(r);
if (!choked)
out.sendRequest(r);