Author: toad
Date: 2008-06-18 19:57:28 +0000 (Wed, 18 Jun 2008)
New Revision: 20459

Modified:
   branches/db4o/freenet/src/freenet/node/fcp/FCPPersistentRoot.java
Log:
doh

Modified: branches/db4o/freenet/src/freenet/node/fcp/FCPPersistentRoot.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/FCPPersistentRoot.java   
2008-06-18 19:45:33 UTC (rev 20458)
+++ branches/db4o/freenet/src/freenet/node/fcp/FCPPersistentRoot.java   
2008-06-18 19:57:28 UTC (rev 20459)
@@ -44,7 +44,7 @@
                                return client.name.equals(name);
                        }
                });
-               if(!set.hasNext()) {
+               if(set.hasNext()) {
                        return (FCPClient) set.next();
                }
                FCPClient client = new FCPClient(name, handler, false, null, 
ClientRequest.PERSIST_FOREVER, this);


Reply via email to