Fixed an error return in the main mount function
parent
4c08471932
commit
7449af78ca
|
@ -4330,6 +4330,7 @@ int main(int argc, char *argv[])
|
|||
#ifndef FUSE_INTERNAL
|
||||
if (getuid() && ctx->blkdev) {
|
||||
ntfs_log_error("%s", unpriv_fuseblk_msg);
|
||||
err = NTFS_VOLUME_NO_PRIVILEGE;
|
||||
goto err2;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue