mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 03:10:43 +08:00
fuse_open.cpp
This commit is contained in:
parent
dda90e9646
commit
ccd5f5dfff
|
@ -233,7 +233,7 @@ namespace l
|
||||||
fi = reinterpret_cast<FileInfo*>(ffi_->fh);
|
fi = reinterpret_cast<FileInfo*>(ffi_->fh);
|
||||||
|
|
||||||
foo.visit(fi->fusepath,
|
foo.visit(fi->fusepath,
|
||||||
[&](int backing_id_)
|
[&](int &backing_id_)
|
||||||
{
|
{
|
||||||
backing_id = backing_id_;
|
backing_id = backing_id_;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user