summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/source/storpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/storpage.cxx b/store/source/storpage.cxx
index 28fd2191501e..baf8f740a466 100644
--- a/store/source/storpage.cxx
+++ b/store/source/storpage.cxx
@@ -959,7 +959,7 @@ storeError OStorePageManager::rebuild (
if (eErrCode == store_E_None)
{
OStorePageKey aDstKey (aSrcPage.key());
- eErrCode = link (e.m_aKey, aDstKey);
+ link (e.m_aKey, aDstKey);
}
e.m_nAttrib &= ~STORE_ATTRIB_ISLINK;
}