Skip to content

Commit

Permalink
Undo wrong NULLing in grpclb
Browse files Browse the repository at this point in the history
  • Loading branch information
dgquintas committed Nov 17, 2016
1 parent 1dc9ad3 commit 4a0e584
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/ext/lb_policy/grpclb/grpclb.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,6 @@ static void glb_shutdown(grpc_exec_ctx *exec_ctx, grpc_lb_policy *pol) {
* while holding glb_policy->mu: lb_on_server_status_received, invoked due to
* the cancel, needs to acquire that same lock */
grpc_call *lb_call = glb_policy->lb_call;
glb_policy->lb_call = NULL;
gpr_mu_unlock(&glb_policy->mu);

/* glb_policy->lb_call and this local lb_call must be consistent at this point
Expand Down

0 comments on commit 4a0e584

Please sign in to comment.