We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4fd23 commit 0ddd442Copy full SHA for 0ddd442
1 file changed
Common/Tools/handleParamTPCBetheBloch.cxx
@@ -78,7 +78,7 @@ int main(int argc, char* argv[])
78
const unsigned int mode = vm["mode"].as<unsigned int>();
79
const std::string path = vm["ccdb-path"].as<std::string>();
80
std::map<std::string, std::string> metadata;
81
- std::map<std::string, std::string>* headers;
+ std::map<std::string, std::string>* headers = nullptr;
82
o2::ccdb::CcdbApi api;
83
const std::string url = vm["url"].as<std::string>();
84
api.init(url);
0 commit comments