Author: toad
Date: 2009-03-17 13:55:20 +0000 (Tue, 17 Mar 2009)
New Revision: 26058

Modified:
   branches/db4o/freenet/src/freenet/client/async/SplitFileInserterSegment.java
Log:
Another one


Modified: 
branches/db4o/freenet/src/freenet/client/async/SplitFileInserterSegment.java
===================================================================
--- 
branches/db4o/freenet/src/freenet/client/async/SplitFileInserterSegment.java    
    2009-03-17 13:16:45 UTC (rev 26057)
+++ 
branches/db4o/freenet/src/freenet/client/async/SplitFileInserterSegment.java    
    2009-03-17 13:55:20 UTC (rev 26058)
@@ -419,7 +419,7 @@
                                                        for(int 
i=0;i<dataBlocks.length;i++)
                                                                
container.activate(dataBlocks[i], 5);
                                                }
-                                               job = encodeJob = new 
FECJob(splitfileAlgo, context.fecQueue, dataBlocks, checkBlocks, 
CHKBlock.DATA_LENGTH, blockInsertContext.persistentBucketFactory, this, false, 
parent.parent.getPriorityClass(), persistent);
+                                               job = encodeJob = new 
FECJob(splitfileAlgo, context.fecQueue, dataBlocks, checkBlocks, 
CHKBlock.DATA_LENGTH, persistent ? blockInsertContext.persistentBucketFactory : 
context.tempBucketFactory, this, false, parent.parent.getPriorityClass(), 
persistent);
                                        }
                                }                               
                                fin = false;

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

Reply via email to