mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-18 15:42:45 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
f905c83504
commit
8f8f0b80d1
|
@ -146,7 +146,7 @@ namespace l
|
|||
std::stringc const *basepath;
|
||||
|
||||
basepath = cache.find(fusepath_);
|
||||
if(i == NULL)
|
||||
if(basepath == NULL)
|
||||
{
|
||||
rv = searchFunc_(branches_,fusepath_,&basepaths);
|
||||
if(rv == -1)
|
||||
|
|
Loading…
Reference in New Issue
Block a user