An update in utils_mount_volume() which was missing
parent
0fcd72cf55
commit
ccbd793fae
|
|
@ -1906,7 +1906,7 @@ static ntfs_volume *ntfs_open(const char *device, char *mntpoint, int blkdev)
|
||||||
if (ctx->force)
|
if (ctx->force)
|
||||||
flags |= MS_FORCE;
|
flags |= MS_FORCE;
|
||||||
|
|
||||||
ctx->vol = utils_mount_volume(device, mntpoint, flags, ctx->force);
|
ctx->vol = utils_mount_volume(device, mntpoint, flags);
|
||||||
return ctx->vol;
|
return ctx->vol;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue