Chase constraint changes introduced in #1170.

The changes done in #1170 broke some of the tables on FreeBSD.
This commit is contained in:
Wesley Shields 2015-05-30 01:42:44 +00:00
parent 571fd65796
commit 80749c3531

View File

@ -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.