mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 14:04:05 +08:00
option_parser.cpp
This commit is contained in:
parent
5802b37319
commit
0f9ff149d4
@ -421,7 +421,7 @@ check_for_mount_loop(Config::Write &cfg_,
|
||||
fs::PathVector branches;
|
||||
std::error_code ec;
|
||||
|
||||
mount = cfg_->mountpoint;
|
||||
mount = *cfg_->mountpoint;
|
||||
branches = cfg_->branches->to_paths();
|
||||
for(const auto &branch : branches)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user