remove redundante check for ssl listener

This commit is contained in:
UbitUmarov
2016-12-06 07:26:26 +00:00
parent 181b1ad82b
commit 8db69d2e02
2 changed files with 7 additions and 23 deletions

View File

@@ -136,7 +136,7 @@ namespace OpenSim.Framework.Capabilities
}
m_agentID = agent;
m_capsHandlers = new CapsHandlers(httpServer, httpListen, httpPort, (httpServer == null) ? false : httpServer.UseSSL);
m_capsHandlers = new CapsHandlers(httpServer, httpListen, httpPort);
m_regionName = regionName;
m_capsActive.Reset();
}