Author: toad
Date: 2009-01-28 17:23:14 +0000 (Wed, 28 Jan 2009)
New Revision: 25353
Modified:
branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java
Log:
If we had to resolve, we do NOT have enough information here to proceed.
Modified:
branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java
2009-01-28 17:22:00 UTC (rev 25352)
+++ branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java
2009-01-28 17:23:14 UTC (rev 25353)
@@ -545,7 +545,10 @@
return;
} catch (MetadataUnresolvedException e) {
try {
+ // Start the insert for the
sub-Metadata.
+ // Eventually it will generate a URI
and call onEncode(), which will call back here.
resolve(e, container, context);
+ return;
} catch (IOException e1) {
fail(new
InsertException(InsertException.BUCKET_ERROR, e, null), container);
return;
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs