An update in utils_mount_volume() which was missing

N2009_11_14_FIXES
jpandre 2007-10-09 08:21:14 +00:00
parent 0fcd72cf55
commit ccbd793fae
1 changed files with 1 additions and 1 deletions

View File

@ -1906,7 +1906,7 @@ static ntfs_volume *ntfs_open(const char *device, char *mntpoint, int blkdev)
if (ctx->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;
}