fix fuse_2_7_0_rc1
authorMiklos Szeredi <miklos@szeredi.hu>
Thu, 3 May 2007 11:56:02 +0000 (11:56 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 3 May 2007 11:56:02 +0000 (11:56 +0000)
lib/mount_util.c

index b82ab3b2b5a3a622b5d19dfa902c25c0478f89e0..02b2731fc32ff96199cd104ad2e0b7a6bb7c7260 100644 (file)
@@ -44,11 +44,6 @@ int fuse_mnt_add_mount(const char *progname, const char *fsname,
                     progname);
             exit(1);
         }
-        if (mkdir(tmp, 0) == -1) {
-            fprintf(stderr, "%s: failed to mkdir %s: %s\n", progname, tmp,
-                    strerror(errno));
-            exit(1);
-        }
         if (chdir(tmp)) {
             fprintf(stderr, "%s: failed to chdir to %s: %s\n",
                     progname, tmp, strerror(errno));