Add prefix and suffix matching for strlist filter.
[apps/pfixtools.git] / common / tst-trie.c
index 990b151..78977a8 100644 (file)
@@ -129,7 +129,7 @@ int main(int argc, char *argv[])
      */
     if (argc > 1) {
         trie = create_trie_from_file(argv[1]);
-        trie_inspect(trie, false);
+        trie_inspect(trie, true);
         trie_delete(&trie);
     }
     return 0;