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:
@@ -684,7 +684,7 @@ RCODE ViewGetDictInfo( void)
|
||||
uiFlags = DBF_BEING_OPENED; // VISIT: This needs the other flags...
|
||||
|
||||
// Start a read transaction.
|
||||
if (RC_BAD( rc = pDb->transBegin( XFLM_READ_TRANS, XFLM_NO_TIMEOUT,
|
||||
if (RC_BAD( rc = pDb->transBegin( XFLM_READ_TRANS, FLM_NO_TIMEOUT,
|
||||
uiFlags, NULL)))
|
||||
{
|
||||
gv_bViewHaveDictInfo = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user