Update of /cvsroot/freenet/freenet/src/freenet/interfaces
In directory sc8-pr-cvs1:/tmp/cvs-serv20451/src/freenet/interfaces

Modified Files:
        LocalNIOInterface.java 
Log Message:
6176: Fix FCP breakage caused by thinko in prev lot of fixes. And document the thinko.


Index: LocalNIOInterface.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/interfaces/LocalNIOInterface.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- LocalNIOInterface.java      6 Sep 2003 00:56:02 -0000       1.6
+++ LocalNIOInterface.java      6 Sep 2003 02:21:31 -0000       1.7
@@ -249,7 +249,7 @@
        
        protected void finalize() {
            decrementRunningConnections();
-           if(conn != null) conn.close();
+           // Successful return from handle() means it will eventually be closed by 
handler
        }
        
         /**  Main processing method for the ConnectionShell object */

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to