From d6a928c2dac0f66ebca2dd23f8fdba05eadff3e3 Mon Sep 17 00:00:00 2001 From: orbiter Date: Wed, 16 Aug 2006 23:20:21 +0000 Subject: [PATCH] quickfix for http://www.yacy-forum.de/viewtopic.php?t=2705 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2415 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaCrawlEURL.java | 1 + 1 file changed, 1 insertion(+) diff --git a/source/de/anomic/plasma/plasmaCrawlEURL.java b/source/de/anomic/plasma/plasmaCrawlEURL.java index 71f238ff5..f4e96d681 100644 --- a/source/de/anomic/plasma/plasmaCrawlEURL.java +++ b/source/de/anomic/plasma/plasmaCrawlEURL.java @@ -265,6 +265,7 @@ public class plasmaCrawlEURL extends indexURL { public void store() { // stores the values from the object variables into the database if (this.stored) return; + if (this.hash == null) return; String initdatestr = kelondroBase64Order.enhancedCoder.encodeLong(initdate.getTime() / 86400000, urlDateLength); String trydatestr = kelondroBase64Order.enhancedCoder.encodeLong(trydate.getTime() / 86400000, urlDateLength);