mirror of https://notabug.org/acetone/ircabot.git
fix2
parent
4b6b6727ae
commit
d04528fe58
|
@ -927,7 +927,7 @@ void HttpServer::writeRegularPage(QTcpSocket *socket, QString &urlPath, bool isH
|
||||||
rgxIsValid = true;
|
rgxIsValid = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (searchMtx.try_lock())
|
if (searchMtx.tryLock())
|
||||||
{
|
{
|
||||||
QMutexLocker lock (&searchMtx);
|
QMutexLocker lock (&searchMtx);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue