diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index a1d03fae..9d8cf5ec 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -217,9 +217,9 @@ _get_kv(const httplib::Request &req_, } json j; + fs::path mount; std::string key; std::string val; - fs::path mount; key = req_.path_params.at("key"); mount = req_.get_param_value("mount");