Author: toad
Date: 2007-06-13 15:18:19 +0000 (Wed, 13 Jun 2007)
New Revision: 13558

Modified:
   trunk/freenet/src/freenet/client/FetchContext.java
Log:
Fix fetching from a binary blob and therefore UOM

Modified: trunk/freenet/src/freenet/client/FetchContext.java
===================================================================
--- trunk/freenet/src/freenet/client/FetchContext.java  2007-06-13 14:56:55 UTC 
(rev 13557)
+++ trunk/freenet/src/freenet/client/FetchContext.java  2007-06-13 15:18:19 UTC 
(rev 13558)
@@ -90,6 +90,7 @@
                        this.eventProducer = new SimpleEventProducer();
                this.uskManager = ctx.uskManager;
                this.ignoreTooManyPathComponents = 
ctx.ignoreTooManyPathComponents;
+               this.blocks = ctx.blocks;
                if(maskID == IDENTICAL_MASK) {
                        this.maxOutputLength = ctx.maxOutputLength;
                        this.maxMetadataSize = ctx.maxMetadataSize;


Reply via email to