Commit ca999b6c authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed incorrect domain after setup has been completed.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8948 b35dd754-fafc-0310-a699-88a17e54d16e
parent f27738d7
......@@ -410,6 +410,9 @@ public class XMPPServer {
finishSetup.start();
// We can now safely indicate that setup has finished
setupMode = false;
// Update server info
xmppServerInfo = new XMPPServerInfoImpl(name, version, startDate, getConnectionManager());
}
}
......
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