I2PSnark: Fix torrent-stopping (#766)

This commit is contained in:
dg2-new
2015-07-14 14:33:41 +00:00
parent 1ed1e4414b
commit 35b0e99ff0
4 changed files with 13 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 15;
public final static long BUILD = 16;
/** for example "-test" */
public final static String EXTRA = "";

View File

@@ -68,7 +68,7 @@ class IterativeLookupJob extends JobImpl {
}
RouterInfo ri = getContext().netDb().lookupRouterInfoLocally(peer);
if (ri == null) {
// Take it on faith that its ff to speed things up, we don't need the RI
// Take it on faith that it's ff to speed things up, we don't need the RI
// to query it.
// Zero-hop outbound tunnel will be failed in ISJ.sendQuery()
_search.newPeerToTry(peer);