diff --git a/stasis/operations/lsmIterators.h b/stasis/operations/lsmIterators.h index bcf5116..63c4d0b 100644 --- a/stasis/operations/lsmIterators.h +++ b/stasis/operations/lsmIterators.h @@ -240,6 +240,7 @@ class treeIterator { pageid_ = *pid_tmp; p_ = loadPage(-1,pageid_); currentPage_ = (PAGELAYOUT*)p_->impl; + assert(currentPage_); } } public: