From 56ef5d3a1d2b56fa6a0c60f2d8df1393784aa90e Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 3 May 2007 11:56:02 +0000 Subject: fix --- lib/mount_util.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/mount_util.c') diff --git a/lib/mount_util.c b/lib/mount_util.c index b82ab3b..02b2731 100644 --- a/lib/mount_util.c +++ b/lib/mount_util.c @@ -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)); -- cgit v1.2.3