fixup! don't drop peers for any reason
authorForrest Voight <forrest@forre.st>
Fri, 18 May 2012 04:47:50 +0000 (00:47 -0400)
committerForrest Voight <forrest@forre.st>
Fri, 18 May 2012 04:47:50 +0000 (00:47 -0400)
p2pool/p2p.py

index 19547f4..a9eb10b 100644 (file)
@@ -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()