From 56160cbd018a24e0c4deb8c1df8c71f9d0dd0c3c Mon Sep 17 00:00:00 2001 From: theli Date: Sun, 11 Sep 2005 05:26:01 +0000 Subject: [PATCH] =?UTF-8?q?*)=20Bugfix=20for=20"YaCy=20verz=C3=A4hlt=20sic?= =?UTF-8?q?h=20..."=20Bug.=20=20=20=20See:=20http://www.yacy-forum.de/view?= =?UTF-8?q?topic.php=3Fp=3D9559?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@701 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaCrawlWorker.java | 1 + 1 file changed, 1 insertion(+) diff --git a/source/de/anomic/plasma/plasmaCrawlWorker.java b/source/de/anomic/plasma/plasmaCrawlWorker.java index 7e3298812..d282ad050 100644 --- a/source/de/anomic/plasma/plasmaCrawlWorker.java +++ b/source/de/anomic/plasma/plasmaCrawlWorker.java @@ -155,6 +155,7 @@ public final class plasmaCrawlWorker extends Thread { } public void reset() { + this.theMsg = null; this.url = null; this.referer = null; this.initiator = null;