Author: toad
Date: 2008-05-01 17:54:29 +0000 (Thu, 01 May 2008)
New Revision: 19656
Modified:
trunk/freenet/src/freenet/node/fcp/ProtocolErrorMessage.java
Log:
Don't close the connection on getting a ProtocolErrorMessage from the client.
Should never happen, just confuses things.
Modified: trunk/freenet/src/freenet/node/fcp/ProtocolErrorMessage.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/ProtocolErrorMessage.java
2008-05-01 17:51:33 UTC (rev 19655)
+++ trunk/freenet/src/freenet/node/fcp/ProtocolErrorMessage.java
2008-05-01 17:54:29 UTC (rev 19656)
@@ -165,7 +165,6 @@
public void run(FCPConnectionHandler handler, Node node) {
Logger.error(this, "Client reported protocol error");
- if(fatal) handler.close();
}
public String getName() {