Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 8 hours ago
parent
commit
1fe782c89f
  1. 4
      src/mergerfs_webui.cpp

4
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

Loading…
Cancel
Save