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:
@@ -562,8 +562,8 @@ struct msc_string {
|
||||
|
||||
struct msc_parm {
|
||||
char *value;
|
||||
unsigned int pad_1;
|
||||
unsigned int pad_2;
|
||||
int pad_1;
|
||||
int pad_2;
|
||||
};
|
||||
|
||||
/* Engine functions */
|
||||
|
Reference in New Issue
Block a user