stupid mistake

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@430 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 20 years ago
parent fe62a38896
commit 45378323c3

@ -297,7 +297,7 @@ public class SettingsAck_p {
// check if peer name already exists
String peerName = (String) post.get("peername");
String staticIP = (String)prop.get("staticIP");
String staticIP = (String)post.get("staticIP");
env.setConfig("staticIP", staticIP);
yacySeed oldSeed = yacyCore.seedDB.lookupByName(peerName);

Loading…
Cancel
Save