refactor
All checks were successful
BlockStorage/repertory_osx_builds/pipeline/head This commit looks good
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2023-11-18 20:05:34 -06:00
parent 144683d7b3
commit 5ac2a24611

View File

@ -350,7 +350,7 @@ auto fuse_base::mount(std::vector<std::string> args) -> int {
struct fuse_args fa = FUSE_ARGS_INIT(static_cast<int>(fuse_argv.size()),
(char **)&fuse_argv[0]);
char *mount_location = nullptr;
char *mount_location{nullptr};
#if FUSE_USE_VERSION >= 30
struct fuse_cmdline_opts opts {};
fuse_parse_cmdline(&fa, &opts);