mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 16:06:12 +03:00
Replaced variable type to 'auto'
This commit is contained in:
parent
1b6b631617
commit
cdb6b839e1
@ -32,7 +32,7 @@ void print_help(const char *name) {
|
|||||||
|
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
std::unique_ptr<modsecurity::RulesSet> rules = std::make_unique<modsecurity::RulesSet>();
|
auto rules = std::make_unique<modsecurity::RulesSet>();
|
||||||
char **args = argv;
|
char **args = argv;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user