mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
parent
e888f3e8e8
commit
aa594aa731
@ -369,8 +369,8 @@ bool ConstraintList::literal_matches(const T& base_expr) const {
|
||||
} else if (constraints_[i].op == LESS_THAN_OR_EQUALS) {
|
||||
aggregate = aggregate && (base_expr <= constraint_expr);
|
||||
} else {
|
||||
// Unsupported constraint.
|
||||
return false;
|
||||
// Unsupported constraint. Should match every thing.
|
||||
return true;
|
||||
}
|
||||
if (!aggregate) {
|
||||
// Speed up comparison.
|
||||
|
Loading…
Reference in New Issue
Block a user