aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-07-13 11:48:56 -0700
committerGravatar yang-g <yangg@google.com>2017-07-28 12:49:40 -0700
commit7d6b914f9836f99c199706274c4602030e3526dc (patch)
tree79e26362afef5ad422c11a2c63d1f0c99a0e3173 /src/core/ext
parent533fbd362f96c573343403e85508390d0f81a2c5 (diff)
Change return type to bool
Diffstat (limited to 'src/core/ext')
-rw-r--r--src/core/ext/filters/client_channel/channel_connectivity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/channel_connectivity.c b/src/core/ext/filters/client_channel/channel_connectivity.c
index e30dcc18f4..b83c95275f 100644
--- a/src/core/ext/filters/client_channel/channel_connectivity.c
+++ b/src/core/ext/filters/client_channel/channel_connectivity.c
@@ -208,7 +208,7 @@ void grpc_channel_watch_connectivity_state(
7, (channel, (int)last_observed_state, deadline.tv_sec, deadline.tv_nsec,
(int)deadline.clock_type, cq, tag));
- GPR_ASSERT(grpc_cq_begin_op(cq, tag) == 0);
+ GPR_ASSERT(grpc_cq_begin_op(cq, tag));
gpr_mu_init(&w->mu);
GRPC_CLOSURE_INIT(&w->on_complete, watch_complete, w,