Fixing unsafe std::move.

pull/23517/head
Donna Dionne 5 years ago
parent 66f30cea72
commit ea459f72f5
  1. 2
      test/cpp/interop/xds_interop_client.cc

@ -214,7 +214,7 @@ class TestClient {
: call->simple_response.hostname();
for (auto watcher : watchers) {
watcher->RpcCompleted(call->saved_request_id, call->rpc_method,
std::move(hostname));
hostname);
}
}

Loading…
Cancel
Save