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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user