mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Correction. Thanks to Claudio.
This commit is contained in:
parent
bbad6e0f8f
commit
b9f7479afa
@ -1125,7 +1125,7 @@ void LockManager::acquire_shmem(SRQ_PTR owner_offset)
|
||||
|
||||
// Check for shared memory state consistency
|
||||
|
||||
while (SRQ_EMPTY(sh_mem_header->lhb_processes))
|
||||
if (SRQ_EMPTY(sh_mem_header->lhb_processes))
|
||||
{
|
||||
fb_assert(owner_offset == CREATE_OWNER);
|
||||
owner_offset = DUMMY_OWNER;
|
||||
|
Loading…
Reference in New Issue
Block a user