Skip to content
Snippets Groups Projects
Commit 60093aba authored by Mark D. Roth's avatar Mark D. Roth Committed by GitHub
Browse files

Merge pull request #10987 from markdroth/client_channel_cleanup2

clang-format
parents f0f147ac b9b0efd0
No related branches found
No related tags found
No related merge requests found
...@@ -991,10 +991,10 @@ static void continue_picking_locked(grpc_exec_ctx *exec_ctx, void *arg, ...@@ -991,10 +991,10 @@ static void continue_picking_locked(grpc_exec_ctx *exec_ctx, void *arg,
} else if (error != GRPC_ERROR_NONE) { } else if (error != GRPC_ERROR_NONE) {
grpc_closure_sched(exec_ctx, cpa->on_ready, GRPC_ERROR_REF(error)); grpc_closure_sched(exec_ctx, cpa->on_ready, GRPC_ERROR_REF(error));
} else { } else {
if (pick_subchannel_locked( if (pick_subchannel_locked(exec_ctx, cpa->elem, cpa->initial_metadata,
exec_ctx, cpa->elem, cpa->initial_metadata, cpa->initial_metadata_flags,
cpa->initial_metadata_flags, cpa->connected_subchannel, cpa->connected_subchannel,
cpa->subchannel_call_context, cpa->on_ready)) { cpa->subchannel_call_context, cpa->on_ready)) {
grpc_closure_sched(exec_ctx, cpa->on_ready, GRPC_ERROR_NONE); grpc_closure_sched(exec_ctx, cpa->on_ready, GRPC_ERROR_NONE);
} }
} }
......
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