Author: toad
Date: 2007-06-13 01:15:53 +0000 (Wed, 13 Jun 2007)
New Revision: 13554
Modified:
trunk/freenet/src/freenet/node/Node.java
Log:
Fix the build
Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java 2007-06-13 01:15:34 UTC (rev
13553)
+++ trunk/freenet/src/freenet/node/Node.java 2007-06-13 01:15:53 UTC (rev
13554)
@@ -2538,7 +2538,7 @@
// Move the pubkey to the top of the LRU, and fix it if it
// was corrupt.
cacheKey(clientSSK.pubKeyHash, key, false);
- return new ClientSSKBlock(block, clientSSK);
+ return ClientSSKBlock.construct(block, clientSSK);
}
private ClientKeyBlock fetch(ClientCHK clientCHK, boolean dontPromote)
throws CHKVerifyException {