From 68c11d56a46f38872a36d3a1e30d54abbdcddcf3 Mon Sep 17 00:00:00 2001 From: Forrest Voight Date: Fri, 18 May 2012 00:47:50 -0400 Subject: [PATCH] fixup! don't drop peers for any reason --- p2pool/p2p.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/p2pool/p2p.py b/p2pool/p2p.py index 19547f4..a9eb10b 100644 --- a/p2pool/p2p.py +++ b/p2pool/p2p.py @@ -74,6 +74,7 @@ class Protocol(p2protocol.Protocol): self.badPeerHappened() def badPeerHappened(self): + return if p2pool.DEBUG: print "Bad peer banned:", self.addr self.transport.loseConnection() -- 1.7.1