Fix copy/paste bug

pull/8402/head
Craig Tiller 8 years ago committed by Muxi Yan
parent 544564e7f6
commit 4e5a0163e0
  1. 2
      src/core/ext/client_config/subchannel.c

@ -353,7 +353,7 @@ grpc_subchannel *grpc_subchannel_create(grpc_exec_ctx *exec_ctx,
} else if (0 == strcmp(c->args->args[i].key,
GRPC_ARG_INITIAL_RECONNECT_BACKOFF_MS)) {
fixed_reconnect_backoff = false;
max_backoff_ms = grpc_channel_arg_get_integer(
initial_backoff_ms = grpc_channel_arg_get_integer(
&c->args->args[i],
(grpc_integer_options){initial_backoff_ms, 100, INT_MAX});
}

Loading…
Cancel
Save