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:
ahodgkinson
2006-05-30 22:32:41 +00:00
parent 2c520933ae
commit d07c2efb64
18 changed files with 34 additions and 40 deletions

View File

@@ -1514,7 +1514,7 @@ Reset:
// Try to start a new read transaction
if (RC_BAD( rc = m_pDb->transBegin( XFLM_READ_TRANS,
XFLM_NO_TIMEOUT,
FLM_NO_TIMEOUT,
XFLM_DONT_POISON_CACHE)))
{
goto Exit;