Bugzilla bug #162934. Changed lock timeout to FLM_NO_TIMEOUT in various places so we won't get the lock timeout errors unnecessarily.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@354 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-04-26 16:06:02 +00:00
parent 266ab9b809
commit 705b025696
9 changed files with 12 additions and 16 deletions

View File

@@ -6837,7 +6837,7 @@ RCODE F_Rfl::readOp(
// to know whether or not a password is needed to open the
// database.
if (RC_BAD( rc = flmBeginDbTrans( pDb, FLM_UPDATE_TRANS, 0, 0)))
if (RC_BAD( rc = flmBeginDbTrans( pDb, FLM_UPDATE_TRANS, FLM_NO_TIMEOUT, 0)))
{
goto Exit;
}