Skip to content

Commit

Permalink
reverted last Commit.
Browse files Browse the repository at this point in the history
@Orbiter: kannst du dich dann mal drum kümmern, wenn ich versuche die ganze Sache ans Laufen zu bringen, hast du jedesmal was dagegen. Dann mach du es bitte, du wirst ja wissen was du willst...


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1860 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
allo committed Mar 8, 2006
1 parent 7afa5c1 commit 2065138
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/de/anomic/yacy/yacySeed.java
Expand Up @@ -613,8 +613,7 @@ public String isProper() {
final String ip = (String) this.dna.get(IP);
if (ip == null) { return "IP is null"; }
if (ip.length() < 8) { return "IP is too short: " + ip; }
//if (!natLib.isProper(ip)) { return "IP is not proper: " + ip; } //this does not work with staticIP
//TODO: try to resolv it, if its a hostname
if (!natLib.isProper(ip)) { return "IP is not proper: " + ip; } //this does not work with staticIP
return null;
}

Expand Down

0 comments on commit 2065138

Please sign in to comment.