Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
AspirinSJL committed Nov 27, 2019
1 parent faf70ce commit abd26c4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/core/ext/filters/client_channel/xds/xds_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,8 @@ grpc_error* EdsResponsedParse(
"EDS response doesn't contain any valid "
"locality but doesn't require to drop all calls.");
}
eds_update_map->emplace(cluster_name_strview, std::move(eds_update));
eds_update_map->emplace(std::string(cluster_name.data, cluster_name.size),
std::move(eds_update));
}
return GRPC_ERROR_NONE;
}
Expand Down
2 changes: 1 addition & 1 deletion third_party/abseil-cpp
Submodule abseil-cpp updated 285 files
2 changes: 1 addition & 1 deletion third_party/boringssl
Submodule boringssl updated 2455 files
2 changes: 1 addition & 1 deletion third_party/boringssl-with-bazel
2 changes: 1 addition & 1 deletion third_party/envoy-api
Submodule envoy-api updated 383 files

0 comments on commit abd26c4

Please sign in to comment.