X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Fcore%2Futil%2Fpassthru_endpoint.cc;h=e8a8fc5e7d8385c91a458f59d64215cddd2f8e67;hb=754713aa17cd9d27a649dd3a8a1657ddb01bca1a;hp=59e8276fe1fc9e2088359ee1114fa0d48333476f;hpb=4e119ce02c8060dca7468c02e6923f07a1e8c0bf;p=platform%2Fupstream%2Fgrpc.git diff --git a/test/core/util/passthru_endpoint.cc b/test/core/util/passthru_endpoint.cc index 59e8276..e8a8fc5 100644 --- a/test/core/util/passthru_endpoint.cc +++ b/test/core/util/passthru_endpoint.cc @@ -209,7 +209,7 @@ void grpc_passthru_endpoint_create(grpc_endpoint** client, passthru_endpoint* m = static_cast(gpr_malloc(sizeof(*m))); m->halves = 2; - m->shutdown = 0; + m->shutdown = false; if (stats == nullptr) { m->stats = grpc_passthru_endpoint_stats_create(); } else {