dll: fuse3: testing

This commit is contained in:
Bill Zissimopoulos
2018-07-25 08:54:22 -07:00
parent 307e18fb0d
commit 6932d42039
2 changed files with 4 additions and 3 deletions

View File

@ -44,7 +44,7 @@ FSP_FUSE_API int fsp_fuse3_main_real(struct fsp_fuse_env *env,
result = fsp_fuse3_mount(env, f3, mountpoint);
if (-1 == result)
goto exit;
mounted = 0;
mounted = 1;
result = env->daemonize(foreground);
if (-1 == result)