diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index 5c2f739e..4b3a5afc 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -4305,6 +4305,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