mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:03:03 +01:00
Fixed CORE-2062: error remaping lock file in classic server
This commit is contained in:
parent
3b511564bf
commit
97f89cb5b1
@ -2848,7 +2848,9 @@ void LockManager::remap_local_owners()
|
||||
* and prepare them for the shared region being remapped.
|
||||
*
|
||||
**************************************/
|
||||
fb_assert(m_processOffset);
|
||||
if (! m_processOffset)
|
||||
return;
|
||||
|
||||
fb_assert(m_process);
|
||||
|
||||
prc* const process = (prc*) SRQ_ABS_PTR(m_processOffset);
|
||||
|
Loading…
Reference in New Issue
Block a user