Skip to content

Commit

Permalink
Update libservice/src/Aggregator.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Rak <jakub.rak@dynatrace.com>
  • Loading branch information
przsus and jakubrak authored Oct 25, 2023
1 parent 32180a0 commit fc1e3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libservice/src/Aggregator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void Aggregator::newRequest(const httpparser::HttpRequest& request, const Discov
if (locked)
return;

auto endpoint{getEndpoint(request.host, request.url)};
const auto endpoint{getEndpoint(request.host, request.url)};
ServiceKey key{meta.pid, endpoint};

auto it{services.find(key)};
Expand Down

0 comments on commit fc1e3ef

Please sign in to comment.