I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit eceac6de authored by zzz's avatar zzz
Browse files

Shitlist: Fix bug from two checkins ago, all were forever

parent 1e3d6776
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ public class Shitlist { ...@@ -119,7 +119,7 @@ public class Shitlist {
return shitlistRouter(peer, reason, reasonCode, null, true); return shitlistRouter(peer, reason, reasonCode, null, true);
} }
public boolean shitlistRouter(Hash peer, String reason, String transport, boolean forever) { public boolean shitlistRouter(Hash peer, String reason, String transport, boolean forever) {
return shitlistRouter(peer, reason, null, null, true); return shitlistRouter(peer, reason, null, transport, forever);
} }
private boolean shitlistRouter(Hash peer, String reason, String reasonCode, String transport, boolean forever) { private boolean shitlistRouter(Hash peer, String reason, String reasonCode, String transport, boolean forever) {
if (peer == null) { if (peer == null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment