display "Unmounting ..." only if no error during the entire mount phase
parent
4090a07081
commit
f101412c23
|
@ -2215,8 +2215,6 @@ static struct fuse *mount_fuse(char *parsed_options)
|
|||
fh = NULL;
|
||||
goto err;
|
||||
}
|
||||
|
||||
ctx->mounted = TRUE;
|
||||
out:
|
||||
fuse_opt_free_args(&args);
|
||||
return fh;
|
||||
|
|
Loading…
Reference in New Issue