Exited with failure code from ntfsfix.c

edge.strict_endians
Jean-Pierre André 2011-02-08 13:52:12 +01:00
parent 82ce1fcdfa
commit c60ae578bd
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}