aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-15 07:05:25 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-15 07:05:25 -0800
commitea50b903903a7985a1cf2e1f959e72e7f22a5e24 (patch)
tree9765514798f7f3bdef8c1f70c41d1ff6e3e1c231 /src
parent80428e6d1cd0007ea032f1f1cc46fba8c4d07610 (diff)
Fix missing timer tag
Diffstat (limited to 'src')
-rw-r--r--src/core/surface/call.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/surface/call.c b/src/core/surface/call.c
index 5d064ef00d..a32cb93b34 100644
--- a/src/core/surface/call.c
+++ b/src/core/surface/call.c
@@ -1123,7 +1123,8 @@ static grpc_call_error call_start_batch(grpc_exec_ctx *exec_ctx,
}
gpr_mu_unlock(&call->mu);
post_batch_completion(exec_ctx, bctl);
- return GRPC_CALL_OK;
+ error = GRPC_CALL_OK;
+ goto done;
}
/* rewrite batch ops into a transport op */