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 d1e7e7b commit b0497d9Copy full SHA for b0497d9
test/optimization/optimization.cc
@@ -97,7 +97,7 @@ int main(int argc, char **argv) {
97
}
98
99
if (const auto *rwo = dynamic_cast<modsecurity::RuleWithOperator *>(z.get())) {
100
- const auto op = rwo->getOperatorName();
+ const auto &op = rwo->getOperatorName();
101
if (operators.count(op) > 0) {
102
operators[op] = 1 + operators[op];
103
} else {
0 commit comments