diff options
-rw-r--r-- | tools/tools/cxgbetool/cxgbetool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/cxgbetool/cxgbetool.c b/tools/tools/cxgbetool/cxgbetool.c index 6b90b12..a97cf1f 100644 --- a/tools/tools/cxgbetool/cxgbetool.c +++ b/tools/tools/cxgbetool/cxgbetool.c @@ -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]; |