mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds missing return to ValidateByteRange::init
This commit is contained in:
@@ -100,6 +100,8 @@ bool ValidateByteRange::init(const char **error) {
|
||||
}
|
||||
pos = next_pos;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user