From 54608d93233ef919c89467a250c232f2794ac4e9 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Tue, 17 Mar 2015 02:18:00 +0100 Subject: [PATCH] do not auto unmount --- fuse-bindings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuse-bindings.cc b/fuse-bindings.cc index faefb8e..39daa94 100644 --- a/fuse-bindings.cc +++ b/fuse-bindings.cc @@ -471,7 +471,7 @@ static void *bindings_thread (void *) { (char *) bindings.mntopts }; - bindings_unmount(bindings.mnt); // should probably throw instead if mounted + // bindings_unmount(bindings.mnt); // should probably throw instead if mounted if (fuse_main(!strcmp(bindings.mntopts, "-o") ? 4 : 5, argv, &ops, NULL)) { // TODO: error handle somehow