Author: toad
Date: 2007-06-21 22:40:24 +0000 (Thu, 21 Jun 2007)
New Revision: 13701

Modified:
   trunk/freenet/src/freenet/client/async/SingleFileFetcher.java
Log:
Maybe fix containers (implicit containers in particular, i dunno why this 
hasn't broken other stuff)

Modified: trunk/freenet/src/freenet/client/async/SingleFileFetcher.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SingleFileFetcher.java       
2007-06-21 22:03:10 UTC (rev 13700)
+++ trunk/freenet/src/freenet/client/async/SingleFileFetcher.java       
2007-06-21 22:40:24 UTC (rev 13701)
@@ -562,6 +562,7 @@
                                SingleFileFetcher.this.onFailure(new 
FetchException(e));
                                return;
                        }
+                       if(callback != null) return;
                        try {
                                handleMetadata();
                        } catch (MetadataParseException e) {


Reply via email to