merge action and search category

This commit is contained in:
Antonio SJ Musumeci
2015-02-05 18:23:01 -05:00
parent 58ec83dcd8
commit 2e95c6e78e
17 changed files with 26 additions and 36 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ namespace mergerfs
const config::Config &config = config::get();
const rwlock::ReadGuard readlock(&config.srcmountslock);
return _chmod(*config.action,
return _chmod(*config.search,
config.srcmounts,
fusepath,
mode);