Skip to content
Snippets Groups Projects
Commit 48f3a719 authored by yang-g's avatar yang-g
Browse files

add missing goto

parent b67ef24d
No related branches found
No related tags found
No related merge requests found
...@@ -1270,6 +1270,7 @@ static grpc_call_error call_start_batch(grpc_exec_ctx *exec_ctx, ...@@ -1270,6 +1270,7 @@ static grpc_call_error call_start_batch(grpc_exec_ctx *exec_ctx,
} }
if (call->receiving_message) { if (call->receiving_message) {
error = GRPC_CALL_ERROR_TOO_MANY_OPERATIONS; error = GRPC_CALL_ERROR_TOO_MANY_OPERATIONS;
goto done_with_error;
} }
call->receiving_message = 1; call->receiving_message = 1;
bctl->recv_message = 1; bctl->recv_message = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment