Author: toad
Date: 2009-04-03 14:54:15 +0000 (Fri, 03 Apr 2009)
New Revision: 26449

Modified:
   trunk/freenet/src/freenet/client/async/RegisterMe.java
Log:
nonGetRequest can't be null


Modified: trunk/freenet/src/freenet/client/async/RegisterMe.java
===================================================================
--- trunk/freenet/src/freenet/client/async/RegisterMe.java      2009-04-03 
14:38:33 UTC (rev 26448)
+++ trunk/freenet/src/freenet/client/async/RegisterMe.java      2009-04-03 
14:54:15 UTC (rev 26449)
@@ -27,8 +27,7 @@
                addedTime = System.currentTimeMillis();
                this.blocks = blocks;
                int hash = core.hashCode();
-               if(nonGetRequest != null)
-                       hash ^= nonGetRequest.hashCode();
+               hash ^= nonGetRequest.hashCode();
                hash *= prio;
                hashCode = hash;
        }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to