summaryrefslogtreecommitdiff
path: root/fstree.c
diff options
context:
space:
mode:
Diffstat (limited to 'fstree.c')
-rw-r--r--fstree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstree.c b/fstree.c
index 7ff65b3..a5bf9d3 100644
--- a/fstree.c
+++ b/fstree.c
@@ -89,6 +89,6 @@ struct boot_info *dt_from_fs(char *dirname)
fill_fullpaths(tree, "");
- return build_boot_info(empty_data, tree);
+ return build_boot_info(NULL, tree);
}