Skip to content
Snippets Groups Projects
Commit b67ef24d authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #4280 from ctiller/import-sadness

Fix for when grpc::string is not the same type as FLAGS_...
parents c9614d30 56a363f3
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ using grpc::testing::GaugeResponse;
using grpc::testing::MetricsService;
using grpc::testing::MetricsServiceImpl;
void PrintMetrics(grpc::string& server_address) {
void PrintMetrics(const grpc::string& server_address) {
gpr_log(GPR_INFO, "creating a channel to %s", server_address.c_str());
std::shared_ptr<grpc::Channel> channel(
grpc::CreateChannel(server_address, grpc::InsecureChannelCredentials()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment