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 1b6b631 commit cdb6b83Copy full SHA for cdb6b83
tools/rules-check/rules-check.cc
@@ -32,7 +32,7 @@ void print_help(const char *name) {
32
33
34
int main(int argc, char **argv) {
35
- std::unique_ptr<modsecurity::RulesSet> rules = std::make_unique<modsecurity::RulesSet>();
+ auto rules = std::make_unique<modsecurity::RulesSet>();
36
char **args = argv;
37
int ret = 0;
38
0 commit comments