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:
parent
eb7c7f1367
commit
54608d9323
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user