summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2010-01-18 16:09:06 +0100
committerMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2010-01-18 16:09:06 +0100
commite278b64319b86f6c311adc8e8c54d8444af3f372 (patch)
tree5f6d49f6fad374447a947fd0e08f47c9e12fd527 /store
parent4d9753d29ce95c5e8f02e2adbc0ca5ad6f4d8094 (diff)
#i108349# Added missing statement (compiler warning).
Diffstat (limited to 'store')
-rw-r--r--store/source/storbios.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/store/source/storbios.cxx b/store/source/storbios.cxx
index 71bdbeb28..e919e8b70 100644
--- a/store/source/storbios.cxx
+++ b/store/source/storbios.cxx
@@ -1104,6 +1104,7 @@ storeError OStorePageBIOS::scanNext (
// Verify PageHead.
eErrCode = aPageHead.verify (nAddr);
+ if (eErrCode != store_E_None)
continue;
// Check PageHead Magic number.