Skip to content
Snippets Groups Projects
Commit 325f2a3e authored by yang-g's avatar yang-g
Browse files

more fix

parent 3c504c8b
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ grpc_channel *grpc_channel_create_from_filters(
/* other ways of setting this (notably ssl) take precedence */
gpr_log(GPR_ERROR,
"%s ignored: default host already set some other way",
GRPC_ARG_DEFAULT_AUTHORITY);
GRPC_SSL_TARGET_NAME_OVERRIDE_ARG);
} else {
channel->default_authority = grpc_mdelem_from_strings(
":authority", args->args[i].value.string);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment