X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Ftst-trie.c;fp=common%2Ftst-trie.c;h=cc8c8f35aa8db2af4562bb71849a2cf5172f36b7;hb=4694ac125f0dd752126de3f3f4e81b406cdd98e6;hp=25f31c59b6315deba7cfe0ab5d2b49f89c0d9cc3;hpb=0f6506ab48115315e2762b59bba41b592884fdef;p=apps%2Fpfixtools.git diff --git a/common/tst-trie.c b/common/tst-trie.c index 25f31c5..cc8c8f3 100644 --- a/common/tst-trie.c +++ b/common/tst-trie.c @@ -151,6 +151,7 @@ int main(int argc, char *argv[]) */ if (argc > 1) { trie = create_trie_from_file(argv[1]); + trie_lock(trie); trie_inspect(trie, false); trie_delete(&trie); }