Commit d8e99631 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Lower-case host.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@302 b35dd754-fafc-0310-a699-88a17e54d16e
parent 404616e0
......@@ -78,7 +78,7 @@
// If the domain is still blank, guess at the value:
if (domain == null) {
domain = InetAddress.getLocalHost().getHostName();
domain = InetAddress.getLocalHost().getHostName().toLowerCase();
}
}
%>
......
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