Count the number of hits for a filter by default.

MFC after:	3 days
This commit is contained in:
Navdeep Parhar 2013-07-01 17:32:07 +00:00
parent 87c7afeb55
commit 7ee2959cb5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252470

View File

@ -965,6 +965,7 @@ set_filter(uint32_t idx, int argc, const char *argv[])
};
bzero(&t, sizeof (t));
t.idx = idx;
t.fs.hitcnts = 1;
for (start_arg = 0; start_arg + 2 <= argc; start_arg += 2) {
const char **args = &argv[start_arg];