Author: toad
Date: 2009-04-04 14:34:35 +0000 (Sat, 04 Apr 2009)
New Revision: 26521
Modified:
trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
Log:
Missing store(this)
Modified: trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
===================================================================
--- trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
2009-04-04 14:30:28 UTC (rev 26520)
+++ trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
2009-04-04 14:34:35 UTC (rev 26521)
@@ -163,6 +163,9 @@
Logger.error(this,
"grabArrays["+(1-x)+"] is valid but ["+x+"] is null, correcting...");
grabArrays = new
RemoveRandomWithObject[] { grabArrays[1-x] };
grabClients = new Object[] {
grabClients[1-x] };
+ if(persistent) {
+ container.store(this);
+ }
continue;
}
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs