mirror of https://notabug.org/acetone/ircabot.git
hotfix3
parent
d04528fe58
commit
130f6f164a
|
@ -929,8 +929,6 @@ void HttpServer::writeRegularPage(QTcpSocket *socket, QString &urlPath, bool isH
|
||||||
|
|
||||||
if (searchMtx.tryLock())
|
if (searchMtx.tryLock())
|
||||||
{
|
{
|
||||||
QMutexLocker lock (&searchMtx);
|
|
||||||
|
|
||||||
consoleLog("Search request (" + server + "): " + searchRequest);
|
consoleLog("Search request (" + server + "): " + searchRequest);
|
||||||
|
|
||||||
QStringList paths;
|
QStringList paths;
|
||||||
|
@ -1281,6 +1279,7 @@ void HttpServer::writeRegularPage(QTcpSocket *socket, QString &urlPath, bool isH
|
||||||
lastWbr = i;
|
lastWbr = i;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
searchMtx.unlock();
|
||||||
} // searchMtx.tryLock()
|
} // searchMtx.tryLock()
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue