display "Unmounting ..." only if no error during the entire mount phase

master
szaka 2007-12-15 09:36:12 +00:00
parent 4090a07081
commit f101412c23
1 changed files with 0 additions and 2 deletions

View File

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