diff --git a/src/fuse_create.cpp b/src/fuse_create.cpp index a16fa479..8a3a8592 100644 --- a/src/fuse_create.cpp +++ b/src/fuse_create.cpp @@ -272,7 +272,7 @@ namespace FUSE if(rv != 0) return rv; - switch(cfg->passthrough) + switch(+cfg->passthrough) { }