Skip to content

Commit cda496e

Browse files
author
Dmitri Dolguikh
committed
Trying to fix test failures under Windows
Signed-off-by: Dmitri Dolguikh <[email protected]>
1 parent 349de21 commit cda496e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/common/config/xds_mux/grpc_mux_impl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GrpcMuxImpl<S, F, RQ, RS>::GrpcMuxImpl(std::unique_ptr<F> subscription_state_fac
4141
bool skip_subsequent_node,
4242
const LocalInfo::LocalInfo& local_info,
4343
envoy::config::core::v3::ApiVersion transport_api_version,
44-
Grpc::RawAsyncClientPtr&& async_client,
44+
Grpc::RawAsyncClientPtr async_client,
4545
Event::Dispatcher& dispatcher,
4646
const Protobuf::MethodDescriptor& service_method,
4747
Random::RandomGenerator& random, Stats::Scope& scope,

source/common/config/xds_mux/grpc_mux_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class GrpcMuxImpl : public GrpcStreamCallbacks<RS>,
5959
GrpcMuxImpl(std::unique_ptr<F> subscription_state_factory, bool skip_subsequent_node,
6060
const LocalInfo::LocalInfo& local_info,
6161
envoy::config::core::v3::ApiVersion transport_api_version,
62-
Grpc::RawAsyncClientPtr&& async_client, Event::Dispatcher& dispatcher,
62+
Grpc::RawAsyncClientPtr async_client, Event::Dispatcher& dispatcher,
6363
const Protobuf::MethodDescriptor& service_method, Random::RandomGenerator& random,
6464
Stats::Scope& scope, const RateLimitSettings& rate_limit_settings);
6565

0 commit comments

Comments
 (0)