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:
@@ -480,7 +480,7 @@ Retry:
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
if( RC_BAD( rc = SFileClient.setup( pszSourceDbPath, pszSourceDataDir)))
|
||||
if( RC_BAD( rc = SFileClient.setup( pszSourceDbPath, pszSourceDataDir, 0)))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
@@ -633,8 +633,6 @@ Retry:
|
||||
pCreateOpts->uiBlockSize = m_dbHdr.ui16BlockSize;
|
||||
}
|
||||
|
||||
m_pSFileHdl->setBlockSize( m_dbHdr.ui16BlockSize);
|
||||
|
||||
// Create the destination database
|
||||
|
||||
if( RC_BAD( rc = gv_pXFlmDbSystem->dbCreate( pszDestDbPath, pszDestDataDir,
|
||||
|
||||
Reference in New Issue
Block a user