diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index 51a72d8c..cde1f77b 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -233,9 +233,9 @@ namespace l fi = reinterpret_cast(ffi_->fh); foo.visit(fi->fusepath, - [&](const std::pair &backing_id_) + [&](const std::pair &e_) { - backing_id = backing_id_; + backing_id = e_.second; }); backing_id = fuse_passthrough_open(fc_,fi->fd);