Exited with failure code from ntfsfix.c
parent
82ce1fcdfa
commit
c60ae578bd
|
@ -557,6 +557,8 @@ int main(int argc, char **argv)
|
|||
error_exit:
|
||||
if (ntfs_umount(vol, 0))
|
||||
ntfs_umount(vol, 1);
|
||||
if (ret)
|
||||
exit(ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue