Author: j16sdiz
Date: 2008-12-10 14:56:43 +0000 (Wed, 10 Dec 2008)
New Revision: 24181

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
removed wrong object on success

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-10 14:52:23 UTC (rev 
24180)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-10 14:56:43 UTC (rev 
24181)
@@ -363,7 +363,7 @@
                        }
                } finally {
                        synchronized (this) {
-                               runningFetch.remove(page.id);
+                               runningFetch.remove(page);
                                page.lastChange = System.currentTimeMillis();
                                db.store(page);
                        }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to