]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/tree.c
- Make authentication timeout compile time configurable.
[bacula/bacula] / bacula / src / lib / tree.c
index ced63a245446301123bd426337255d51b55ef015..e6ef465eb199b273711383aa951be35aa7923486 100755 (executable)
@@ -87,6 +87,7 @@ TREE_ROOT *new_tree(int count)
    }
    Dmsg2(400, "count=%d size=%d\n", count, size);
    malloc_buf(root, size);
+   root->cached_path_len = -1;
    root->cached_path = get_pool_memory(PM_FNAME);
    root->type = TN_ROOT;
    root->fname = "";