mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-03 14:03:37 +08:00
branch_tier.cpp
This commit is contained in:
parent
1350e9d1db
commit
7f188be486
|
@ -28,7 +28,7 @@ BranchTier::BranchTier(toml::value const &v_)
|
|||
|
||||
type = table.at("type").as_string();
|
||||
if(type == "literal")
|
||||
;
|
||||
load_literal_branch(table);
|
||||
else if(type == "glob")
|
||||
;
|
||||
else if(type == "scan")
|
||||
|
|
Loading…
Reference in New Issue
Block a user