mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-20 23:00:41 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
170630f272
commit
f905c83504
@ -143,7 +143,9 @@ namespace l
|
||||
|
||||
for(int c = 0; c < 2; c++)
|
||||
{
|
||||
std::stringc const *basepath = cache.find(fusepath_);
|
||||
std::stringc const *basepath;
|
||||
|
||||
basepath = cache.find(fusepath_);
|
||||
if(i == NULL)
|
||||
{
|
||||
rv = searchFunc_(branches_,fusepath_,&basepaths);
|
||||
|
Loading…
x
Reference in New Issue
Block a user