More changes to fix defect 162934 (need to pass FLM_NO_TIMEOUT).
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@413 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -228,7 +228,7 @@ RCODE flmDbRebuildFile(
|
||||
bFdbInitialized = TRUE;
|
||||
if (RC_BAD( fdbInit( pDb, FLM_UPDATE_TRANS,
|
||||
FDB_DONT_RESET_DIAG,
|
||||
FLM_AUTO_TRANS | 5, &bStartedTrans)))
|
||||
FLM_AUTO_TRANS | FLM_NO_TIMEOUT, &bStartedTrans)))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user