fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-13 08:37:40 -05:00
parent 53e05e84f0
commit 00b07001e6

View File

@ -334,12 +334,10 @@ namespace FUSE
if(rv != 0)
return rv;
rv = l::passthrough(fc,ffi_);
rv = l::passthrough(fc,ffi_,pti);
if(rv != 0)
return 0;
return rv;
}