[metadata_checker] Fix missing member initialization
This commit is contained in:
parent
ef842888e8
commit
b693c7d6b0
@ -408,7 +408,8 @@ namespace {
|
||||
check_options::check_options()
|
||||
: use_metadata_snap_(false),
|
||||
check_data_mappings_(DATA_MAPPING_LEVEL2),
|
||||
sm_opts_(SPACE_MAP_FULL) {
|
||||
sm_opts_(SPACE_MAP_FULL),
|
||||
ignore_non_fatal_(false) {
|
||||
}
|
||||
|
||||
void check_options::set_superblock_only() {
|
||||
|
Loading…
Reference in New Issue
Block a user