[caching] superblock field wasn't getting initialised in default ctr

This commit is contained in:
Joe Thornber 2013-10-17 10:08:43 +01:00
parent 900172ef79
commit d3187d25f5

View File

@ -61,6 +61,7 @@ namespace {
//----------------------------------------------------------------
superblock_flags::superblock_flags()
: unhandled_flags_(0)
{
}