Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 10, 2024
1 parent 99f94a9 commit 3aef6fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ const grpc_channel_filter ServiceConfigChannelArgFilter::kFilter =
void RegisterServiceConfigChannelArgFilter(
CoreConfiguration::Builder* builder) {
builder->channel_init()
->RegisterFilter(GRPC_CLIENT_DIRECT_CHANNEL,
&ServiceConfigChannelArgFilter::kFilter)
->RegisterFilter<ServiceConfigChannelArgFilter>(
GRPC_CLIENT_DIRECT_CHANNEL)
.ExcludeFromMinimalStack()
.IfHasChannelArg(GRPC_ARG_SERVICE_CONFIG)
.Before<ClientMessageSizeFilter>();
Expand Down

0 comments on commit 3aef6fd

Please sign in to comment.