mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:03:04 +01:00
Fixed "bug" CORE-5139 : mistake in comment "can't ise MutexLockGuard here"
This commit is contained in:
parent
95ebd3cc6f
commit
7f73f02d80
@ -5831,7 +5831,7 @@ static THREAD_ENTRY_DECLARE loopThread(THREAD_ENTRY_PARAM)
|
||||
// It is very important to not release port_que_sync before
|
||||
// port_sync, else we can miss data arrived at time between
|
||||
// releasing locks and will never handle it. Therefore we
|
||||
// can't ise MutexLockGuard here
|
||||
// can't use MutexLockGuard here
|
||||
portQueGuard.enter();
|
||||
if (port->haveRecvData())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user