From f80f776b895bbbcb20fd7aeaa6a85d7fa83af64a Mon Sep 17 00:00:00 2001 From: theli Date: Wed, 23 Aug 2006 10:23:20 +0000 Subject: [PATCH] *) Trying to solve NullpointerException problem in function addURLtoErrorDB See: http://www.yacy-forum.de/viewtopic.php?t=2705 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2441 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaSwitchboard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/plasma/plasmaSwitchboard.java b/source/de/anomic/plasma/plasmaSwitchboard.java index db6006e0f..2e838ce9a 100644 --- a/source/de/anomic/plasma/plasmaSwitchboard.java +++ b/source/de/anomic/plasma/plasmaSwitchboard.java @@ -2296,7 +2296,7 @@ public final class plasmaSwitchboard extends serverAbstractSwitch implements ser referrerHash, initiator, yacyCore.seedDB.mySeed.hash, - name, + (name==null)?"":name, failreason, flags );