Author: toad
Date: 2009-02-18 20:50:12 +0000 (Wed, 18 Feb 2009)
New Revision: 25710
Modified:
branches/db4o/freenet/src/freenet/client/Metadata.java
Log:
Don't forget to delete the redirect URI
Modified: branches/db4o/freenet/src/freenet/client/Metadata.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/Metadata.java 2009-02-18
20:49:01 UTC (rev 25709)
+++ branches/db4o/freenet/src/freenet/client/Metadata.java 2009-02-18
20:50:12 UTC (rev 25710)
@@ -987,6 +987,10 @@
container.activate(resolvedURI, 5);
resolvedURI.removeFrom(container);
}
+ if(simpleRedirectKey != null) {
+ container.activate(simpleRedirectKey, 5);
+ simpleRedirectKey.removeFrom(container);
+ }
if(splitfileDataKeys != null) {
for(ClientCHK key : splitfileDataKeys)
if(key != null) {
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs