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 e3e2475 commit 60dad6aCopy full SHA for 60dad6a
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