@ -181,7 +181,6 @@ void* CDStarGatewayThread::Entry()
CLog::logError("Failed to allocate incoming DExtra handler\n");
}
std::string dplusAddress = m_dplusEnabled ? m_gatewayAddress : LOOPBACK_ADDRESS;
m_dplusPool = new CDPlusProtocolHandlerPool(DPLUS_PORT, dplusAddress);
CDPlusProtocolHandler* dplusHandler = m_dplusPool->getIncomingHandler();
Powered by TurnKey Linux.