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

Modified Files:
        ConnectionHandler.java 
Log Message:
missing 'false'

Index: ConnectionHandler.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/ConnectionHandler.java,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -w -r1.201 -r1.202
--- ConnectionHandler.java      28 Oct 2003 03:02:50 -0000      1.201
+++ ConnectionHandler.java      28 Oct 2003 03:11:15 -0000      1.202
@@ -2100,7 +2100,7 @@
                lastActiveTime = System.currentTimeMillis();
                PeerPacket sp = sentPacket;
                if(sp == null) {
-                       if(finalized.state()) return; // race with terminate
+                       if(finalized.state()) return false; // race with terminate
                        Core.logger.log(this, "innerSendPacket() called but sentPacket 
is NULL!",
                                                        new Exception("debug"), 
Logger.ERROR);
                }

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

Reply via email to