Modified to use lock manager in toolkit.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@490 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -2027,7 +2027,7 @@ RCODE F_Rfl::finishCurrFile(
|
||||
// Lock the database - need to prevent update
|
||||
// transactions and checkpoint thread from running.
|
||||
|
||||
if (RC_BAD( rc = pDb->lockExclusive( SFLM_NO_TIMEOUT)))
|
||||
if (RC_BAD( rc = pDb->lockExclusive( FLM_NO_TIMEOUT)))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user