aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/lb_policy/grpclb/grpclb.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-07 10:08:07 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-07 10:08:07 -0700
commit5f1c4b58a8fa36c8d2334ee8d50ffadcb600e5fc (patch)
tree42b29a5d5c8f29a94dd0168ed981e1a554dedac1 /src/core/ext/lb_policy/grpclb/grpclb.c
parent499b0121032a2c04299c2c5eaa75a83cd06d5b99 (diff)
parent9efab2176a541a61546230ac64be305f3b810bed (diff)
Merge remote-tracking branch 'upstream/master' into service_config
Diffstat (limited to 'src/core/ext/lb_policy/grpclb/grpclb.c')
-rw-r--r--src/core/ext/lb_policy/grpclb/grpclb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/lb_policy/grpclb/grpclb.c b/src/core/ext/lb_policy/grpclb/grpclb.c
index 0acc9c6058..a50c632bd7 100644
--- a/src/core/ext/lb_policy/grpclb/grpclb.c
+++ b/src/core/ext/lb_policy/grpclb/grpclb.c
@@ -766,7 +766,7 @@ static int glb_pick(grpc_exec_ctx *exec_ctx, grpc_lb_policy *pol,
GRPC_ERROR_CREATE("No mdelem storage for the LB token. Load reporting "
"won't work without it. Failing"),
NULL);
- return 1;
+ return 0;
}
glb_lb_policy *glb_policy = (glb_lb_policy *)pol;