From 1fe782c89f241e1568686de72315a7335e835ced Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 12 Jan 2026 19:53:49 -0600 Subject: [PATCH] mergerfs_webui.cpp --- src/mergerfs_webui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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