aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-28 14:02:06 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-28 14:02:06 -0800
commit8045addc223cbd5b2803296c3969b07b47204fc4 (patch)
tree18a6db61947ae6691337029abdb306dc467030bb /src
parenta93a25f7bc8191caf8bfa3e93ff39b05f57dd5fa (diff)
Fix zookeeper
Diffstat (limited to 'src')
-rw-r--r--src/core/client_config/resolvers/zookeeper_resolver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/client_config/resolvers/zookeeper_resolver.c b/src/core/client_config/resolvers/zookeeper_resolver.c
index 4924ca77d6..01de170516 100644
--- a/src/core/client_config/resolvers/zookeeper_resolver.c
+++ b/src/core/client_config/resolvers/zookeeper_resolver.c
@@ -420,7 +420,7 @@ static void zookeeper_maybe_finish_next_locked(grpc_exec_ctx *exec_ctx,
if (r->resolved_config != NULL) {
grpc_client_config_ref(r->resolved_config);
}
- grpc_exec_ctx_enqueue(exec_ctx, r->next_completion, 1);
+ grpc_exec_ctx_enqueue(exec_ctx, r->next_completion, true, NULL);
r->next_completion = NULL;
r->published_version = r->resolved_version;
}