Fix zookeeper

pull/4950/head
Craig Tiller 9 years ago
parent a93a25f7bc
commit 8045addc22
  1. 2
      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) { if (r->resolved_config != NULL) {
grpc_client_config_ref(r->resolved_config); 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->next_completion = NULL;
r->published_version = r->resolved_version; r->published_version = r->resolved_version;
} }

Loading…
Cancel
Save