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 b39dd37 commit 3175408Copy full SHA for 3175408
src/utilities/ntrace/TraceConfiguration.cpp
@@ -90,7 +90,7 @@ void TraceCfgReader::readConfig()
90
const ConfigFile::Parameter* section = ¶ms[n];
91
92
const ConfigFile::SectionType sectionType = section->parseSectionKey();
93
- const bool isDatabase = sectionType != ConfigFile::SectionType::SERVICE;
+ const bool isDatabase = (sectionType != ConfigFile::SectionType::SERVICE);
94
95
const ConfigFile::String pattern = section->value;
96
bool match = false;
0 commit comments