8
0
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:
hvlad 2011-04-15 06:19:32 +00:00
parent bbad6e0f8f
commit b9f7479afa

View File

@ -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;