mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Adds missing return to ValidateByteRange::init
This commit is contained in:
parent
b883888c03
commit
2f81b62d17
@ -100,6 +100,8 @@ bool ValidateByteRange::init(const char **error) {
|
||||
}
|
||||
pos = next_pos;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user