r26615 - trunk/freenet/src/freenet/node/fcp

[email protected]
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
Author: toad
Date: 2009-04-07 20:45:21 +0000 (Tue, 07 Apr 2009)
New Revision: 26615

Modified:
   trunk/freenet/src/freenet/node/fcp/ClientPut.java
Log:
Fix NPE


Modified: trunk/freenet/src/freenet/node/fcp/ClientPut.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/ClientPut.java	2009-04-07 20:28:16 UTC (rev 26614)
+++ trunk/freenet/src/freenet/node/fcp/ClientPut.java	2009-04-07 20:45:21 UTC (rev 26615)
@@ -450,7 +450,7 @@
 		if(data == null)
 			return finishedSize;
 		else {
-			container.activate(data, 1);
+			if(persistenceType == PERSIST_FOREVER) container.activate(data, 1);
 			return data.size();
 		}
 	}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.