Skip to content
Snippets Groups Projects
Commit ea50b903 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix missing timer tag

parent 80428e6d
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment