Modified to call deleteRow instead of removeRow.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@627 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-06-30 21:49:11 +00:00
parent be3e0d1b06
commit 396332563b

View File

@@ -997,8 +997,11 @@ RCODE F_Db::maintBlockChainFree(
if (!uiEndBlkAddr)
{
gv_SFlmSysData.pRowCacheMgr->removeRow( this, SFLM_TBLNUM_BLOCK_CHAINS,
ui64MaintRowId);
if (RC_BAD( rc = deleteRow( SFLM_TBLNUM_BLOCK_CHAINS, ui64MaintRowId,
FALSE)))
{
goto Exit;
}
}
else
{