aboutsummaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/serialize_fstree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/serialize_fstree.c b/lib/common/serialize_fstree.c
index 3cfcb50..457c485 100644
--- a/lib/common/serialize_fstree.c
+++ b/lib/common/serialize_fstree.c
@@ -168,7 +168,7 @@ int sqfs_serialize_fstree(const char *filename, sqfs_file_t *file,
goto out_im;
}
- dirwr = sqfs_dir_writer_create(dm);
+ dirwr = sqfs_dir_writer_create(dm, 0);
if (dirwr == NULL) {
ret = SQFS_ERROR_ALLOC;
goto out_dm;