Browse Source

fuse_create.cpp

passthrough
Antonio SJ Musumeci 7 months ago
parent
commit
49bec8f981
  1. 2
      src/fuse_create.cpp

2
src/fuse_create.cpp

@ -288,7 +288,7 @@ namespace FUSE
return rv;
uint64_t x = ((((uint64_t)+cfg->passthrough) << 32) | (ffi_->flags & O_ACCMODE));
switch(+cfg->passthrough)
switch(x)
{
default:
return rv;

Loading…
Cancel
Save