|
|
|
@ -316,7 +316,7 @@ bool CDStarGatewayApp::createThread()
|
|
|
|
CIRCDDBMultiClient* multiClient = new CIRCDDBMultiClient(clients);
|
|
|
|
CIRCDDBMultiClient* multiClient = new CIRCDDBMultiClient(clients);
|
|
|
|
bool res = multiClient->open();
|
|
|
|
bool res = multiClient->open();
|
|
|
|
if (!res) {
|
|
|
|
if (!res) {
|
|
|
|
CLog::logInfo("Cannot initialise the ircDDB protocol handler\n");
|
|
|
|
CLog::logError("Cannot initialise the ircDDB protocol handler\n");
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
m_thread->setIRC(multiClient);
|
|
|
|
m_thread->setIRC(multiClient);
|
|
|
|
|