Commit 9535f58f authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Fixed misspelling error. Changed adminConsole.inteface to adminConsole.interface.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1264 b35dd754-fafc-0310-a699-88a17e54d16e
parent a75a9374
......@@ -91,7 +91,7 @@ public class AdminConsolePlugin implements Plugin {
boolean plainStarted = false;
// Setting this property to a not null value will imply that the Jetty server will only
// accept connect requests to that IP address
interfaceName = JiveGlobals.getXMLProperty("adminConsole.inteface");
interfaceName = JiveGlobals.getXMLProperty("adminConsole.interface");
port = JiveGlobals.getXMLProperty("adminConsole.port", 9090);
InetAddrPort address = new InetAddrPort(interfaceName, port);
if (port > 0) {
......
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