Skip to content

Commit

Permalink
fix dedicated upnp testing
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7122 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
lotus committed Sep 7, 2010
1 parent 848ef69 commit 6a09f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/de/anomic/net/UPnP.java
Expand Up @@ -91,6 +91,7 @@ private static boolean init() {
}

private static String getRemoteHost() {
if (sb == null) return null;
return sb.getConfig(SwitchboardConstants.UPNP_REMOTEHOST, "");
}

Expand Down

0 comments on commit 6a09f1f

Please sign in to comment.