Commit 71b25e50 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Bug fix to make DNS lookups actually work!


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1456 b35dd754-fafc-0310-a699-88a17e54d16e
parent bdde058a
......@@ -83,7 +83,7 @@ public class DNSUtil {
if (host.endsWith(".")) {
host = host.substring(0, host.length()-1);
}
return new HostAddress(domain, port);
return new HostAddress(host, port);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment