Compiles
This commit is contained in:
@ -28,7 +28,7 @@ XXH64_hash_t service_versions::calculate_version_local_service_template()
|
||||
|
||||
XXH64_hash_t service_versions::calculate_version_local_config()
|
||||
{
|
||||
std::string config_path = get_local_service_path(m_server_name, m_service_name);
|
||||
std::string config_path = localpath::service(m_server_name, m_service_name);
|
||||
if (config_path.empty() || !fs::exists(config_path)) {
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user