aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-26 16:57:20 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-26 16:57:20 -0700
commitff54c92adc8c46a0cdce74d06f98faea14f52100 (patch)
tree4b257e425840ca777fd919502829242ef7a6b29a /src/core/surface
parent4b804104b67c1c10b358877ed5090df62c422fc1 (diff)
Get the success case through to call creation
Diffstat (limited to 'src/core/surface')
-rw-r--r--src/core/surface/channel_create.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/surface/channel_create.c b/src/core/surface/channel_create.c
index a98f550ede..3d54ff58d8 100644
--- a/src/core/surface/channel_create.c
+++ b/src/core/surface/channel_create.c
@@ -88,6 +88,7 @@ static void connector_connect(
grpc_transport **transport, grpc_iomgr_closure *notify) {
connector *c = (connector *)con;
GPR_ASSERT(c->notify == NULL);
+ GPR_ASSERT(notify->cb);
c->notify = notify;
c->args = channel_args;
c->mdctx = metadata_context;