diff options
Diffstat (limited to 'lib/fstree/fstree.c')
-rw-r--r-- | lib/fstree/fstree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fstree/fstree.c b/lib/fstree/fstree.c index b2e199d..7c00755 100644 --- a/lib/fstree/fstree.c +++ b/lib/fstree/fstree.c @@ -120,6 +120,7 @@ int fstree_init(fstree_t *fs, char *defaults) return -1; } + fs->root->data.dir.created_implicitly = true; return 0; } |