Got rid of XFLM_NO_TIMEOUT and replaced it with FLM_NO_TIMEOUT from FTK.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@486 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -618,7 +618,7 @@ RCODE F_Backup::backup(
|
||||
if ((m_pDb->m_uiFlags & FDB_HAS_FILE_LOCK) == 0)
|
||||
{
|
||||
if (RC_BAD( rc = m_pDb->dbLock( FLM_LOCK_EXCLUSIVE,
|
||||
0, XFLM_NO_TIMEOUT)))
|
||||
0, FLM_NO_TIMEOUT)))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user