diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index bb8b8b8d..d9c3dac8 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -26,9 +26,9 @@ static bool _check_auth(const httplib::Request &req_); static std::string -_sha256_hex(const std::string &input) +_sha256_hex(const std::string &input_) { - return picosha2::hash256_hex_string(input); + return picosha2::hash256_hex_string(input_); } static