mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-10 07:07:29 +08:00
branch2.cpp
This commit is contained in:
parent
1b57f55403
commit
7129122fc3
@ -24,5 +24,5 @@ Branch2::Branch2(toml::value const &v_)
|
||||
path = toml::find<std::string>(v_,"path");
|
||||
|
||||
int const flags = O_DIRECTORY | O_PATH;
|
||||
fd = openat(AT_FDCWD,path.string().c_str(),O_DI
|
||||
fd = openat(AT_FDCWD,path.string().c_str(),flags);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user