mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 01:51:52 +03:00
cosmetics: Fix compilation warnings to please QA
This commit is contained in:
committed by
Felipe Zimmerle
parent
7f31746ca2
commit
e0f39b3211
@@ -133,9 +133,8 @@ int main(int argc, char **argv) {
|
||||
std::cout << std::endl << std::endl;
|
||||
return -1;
|
||||
}
|
||||
*(argv++);
|
||||
|
||||
std::string rules_arg(*argv);
|
||||
char *rule = *(argv++);
|
||||
std::string rules_arg(rule);
|
||||
|
||||
/**
|
||||
* ModSecurity initial setup
|
||||
|
||||
Reference in New Issue
Block a user