diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/e2image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/e2image.c b/misc/e2image.c index c108a7a2..23a4df27 100644 --- a/misc/e2image.c +++ b/misc/e2image.c @@ -1178,7 +1178,7 @@ static void install_image(char *device, char *image_fn, int type) exit(1); } - fd = ext2fs_open_file(image_fn, O_RDONLY); + fd = ext2fs_open_file(image_fn, O_RDONLY, 0); if (fd < 0) { perror(image_fn); exit(1); |