aboutsummaryrefslogtreecommitdiff
path: root/bin/gensquashfs/src/filemap_xattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gensquashfs/src/filemap_xattr.c')
-rw-r--r--bin/gensquashfs/src/filemap_xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gensquashfs/src/filemap_xattr.c b/bin/gensquashfs/src/filemap_xattr.c
index b9a8835..8aa2575 100644
--- a/bin/gensquashfs/src/filemap_xattr.c
+++ b/bin/gensquashfs/src/filemap_xattr.c
@@ -162,7 +162,7 @@ xattr_open_map_file(const char *path) {
sqfs_istream_t *file = NULL;
int ret;
- ret = sqfs_istream_open_file(&file, path);
+ ret = sqfs_istream_open_file(&file, path, 0);
if (ret) {
sqfs_perror(path, NULL, ret);
return NULL;