mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
Chase constraint changes introduced in #1170.
The changes done in #1170 broke some of the tables on FreeBSD.
This commit is contained in:
parent
571fd65796
commit
80749c3531
@ -46,7 +46,7 @@ unsigned int getProcesses(QueryContext& context,
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (context.constraints["pid"].exists()) {
|
||||
if (context.constraints["pid"].exists(EQUALS)) {
|
||||
pids = context.constraints["pid"].getAll(EQUALS);
|
||||
|
||||
// Generate data for all pids in the vector.
|
||||
|
Loading…
Reference in New Issue
Block a user