From f101412c2309ceca1fa965572c2913830975863b Mon Sep 17 00:00:00 2001 From: szaka Date: Sat, 15 Dec 2007 09:36:12 +0000 Subject: [PATCH] display "Unmounting ..." only if no error during the entire mount phase --- src/ntfs-3g.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index a59b6612..9f302e11 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -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;