XFLAIM changes. Minor changes needed due to FTK updates.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@734 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-08-03 19:25:44 +00:00
parent 19c68c08bc
commit 2c4c834092
7 changed files with 79 additions and 84 deletions

View File

@@ -213,7 +213,7 @@ RCODE F_DbSystem::copyDb(
goto Exit;
}
if( RC_BAD( rc = pSrcSFileClient->setup( pszSrcDbName, pszSrcDataDir)))
if( RC_BAD( rc = pSrcSFileClient->setup( pszSrcDbName, pszSrcDataDir, 0)))
{
goto Exit;
}
@@ -346,7 +346,7 @@ retry:
goto Exit;
}
if( RC_BAD( rc = pDestSFileClient->setup( pszDestDbName, pszDestDataDir)))
if( RC_BAD( rc = pDestSFileClient->setup( pszDestDbName, pszDestDataDir, 0)))
{
goto Exit;
}