diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 0e9530df..b12acc15 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -396,6 +396,8 @@ mergerfs::webui::main(const int argc_, char **argv_) { CLI::App app; + std::string host; + int port; app.description("mergerfs.webui:" " A simple webui to configure mergerfs instances");