Skip to content

Commit

Permalink
Fix format_path_list error_code ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Jul 18, 2024
1 parent afc669c commit 0de5624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/include/proxy/proxy_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3555,7 +3555,7 @@ R"x*x*x(<html>
}

inline std::vector<std::wstring>
format_path_list(const std::string& path, boost::system::error_code ec)
format_path_list(const std::string& path, boost::system::error_code& ec)
{
fs::directory_iterator end;
fs::directory_iterator it(path, ec);
Expand Down

0 comments on commit 0de5624

Please sign in to comment.