8
0
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:
alexpeshkoff 2008-09-03 12:00:59 +00:00
parent 3b511564bf
commit 97f89cb5b1

View File

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