configuration: initialize undefined variables after all files were parsed

This commit is contained in:
Andrzej Rybczak
2015-01-27 20:17:50 +01:00
parent 27cd86e063
commit d7998ef144
3 changed files with 8 additions and 2 deletions

View File

@@ -678,7 +678,7 @@ bool Configuration::read(const std::vector<std::string> &config_paths)
std::clog << "Reading configuration from " << config_path << "...\n";
return p.run(f);
}
);
) && p.initialize_undefined();
}
/* vim: set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab : */