bugfix for staticIP

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1803 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent f6c80c296f
commit 68ec572df0

@ -394,7 +394,7 @@ public final class serverCore extends serverAbstractThread implements serverThre
plasmaSwitchboard sb = plasmaSwitchboard.getSwitchboard();
if(sb != null){
String staticIP=sb.getConfig("staticIP", "");
if( (!staticIP.equals("")) && sb.getConfig("yacyDebugMode", "false").equals("true") ){
if( (!staticIP.equals("")) ){
return staticIP;
}
}

Loading…
Cancel
Save