From d021ce48ab5e32a1bf783b007cf656565d7eb6d8 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Sat, 3 Jun 2006 23:04:18 +0000 Subject: fix emergency unmount in helper.c --- lib/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/helper.c') diff --git a/lib/helper.c b/lib/helper.c index bcdd60b..7f8ffa5 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -195,7 +195,7 @@ static struct fuse_chan *fuse_mount_common(const char *mountpoint, ch = fuse_kern_chan_new(fd); if (!ch) - fuse_unmount(mountpoint, NULL); + fuse_kern_unmount(mountpoint, fd); return ch; } -- cgit v1.2.3