1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00

do not auto unmount

This commit is contained in:
Mathias Buus 2015-03-17 02:18:00 +01:00
parent eb7c7f1367
commit 54608d9323

View File

@ -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