reverted last change

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1810 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent 8997b83806
commit f73d51f94b

@ -128,14 +128,11 @@ public final class hello {
}
// we are only allowed to connect to the client IP address if it's not our own address
if (!isLocalIP) {
if (!isLocalIP && ! serverCore.useStaticIP) {
serverCore.checkInterruption();
prop.put(yacySeed.YOURIP, clientip);
if(reportedip!=null && !reportedip.equals(""))
remoteSeed.put(yacySeed.IP, reportedip);
else
remoteSeed.put(yacySeed.IP, clientip);
remoteSeed.put(yacySeed.IP, clientip);
urls = yacyClient.queryUrlCount(remoteSeed);
}
}

Loading…
Cancel
Save