Shitlist: Fix bug from two checkins ago, all were forever
This commit is contained in:
@ -119,7 +119,7 @@ public class Shitlist {
|
||||
return shitlistRouter(peer, reason, reasonCode, null, true);
|
||||
}
|
||||
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) {
|
||||
if (peer == null) {
|
||||
|
Reference in New Issue
Block a user