r26880 - trunk/freenet/src/freenet/client/async
[email protected] Thu, 16 Apr 2009 04:44:36 +0000
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: j16sdiz
Date: 2009-04-16 04:44:35 +0000 (Thu, 16 Apr 2009)
New Revision: 26880
Modified:
trunk/freenet/src/freenet/client/async/BaseManifestPutter.java
Log:
Correctness fix: keep oldSFI
Modified: trunk/freenet/src/freenet/client/async/BaseManifestPutter.java
===================================================================
--- trunk/freenet/src/freenet/client/async/BaseManifestPutter.java 2009-04-16 04:44:12 UTC (rev 26879)
+++ trunk/freenet/src/freenet/client/async/BaseManifestPutter.java 2009-04-16 04:44:35 UTC (rev 26880)
@@ -565,7 +565,7 @@
synchronized(this) {
oldSFI = origSFI;
oldState = currentState;
- oldSFI = null;
+ origSFI = null;
currentState = null;
}
if(oldSFI != null) {