mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Build and code fixes
This commit is contained in:
@@ -53,7 +53,7 @@ char *update_rule_target(cmd_parms *cmd, directory_config *dcfg,
|
||||
char *my_error_msg = NULL;
|
||||
char *p = NULL, *savedptr = NULL;
|
||||
char *target_list = NULL, *replace = NULL;
|
||||
int is_negated = 0, is_counting = 0;
|
||||
unsigned int is_negated = 0, is_counting = 0;
|
||||
int name_len = 0, value_len = 0;
|
||||
char *name = NULL, *value = NULL;
|
||||
char *opt = NULL, *param = NULL;
|
||||
|
Reference in New Issue
Block a user