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

Modified Files:
        LocalNIOInterface.java 
Log Message:
paranoia re connection closing in LocalNIOInterface. Paranoia re SendFinished 
(outwardSender). Move schedule restart after we have started the message send. Nothing 
major.


Index: LocalNIOInterface.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/interfaces/LocalNIOInterface.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- LocalNIOInterface.java      5 Sep 2003 03:32:43 -0000       1.5
+++ LocalNIOInterface.java      6 Sep 2003 00:56:02 -0000       1.6
@@ -249,6 +249,7 @@
        
        protected void finalize() {
            decrementRunningConnections();
+           if(conn != null) conn.close();
        }
        
         /**  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