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

Fix typo

parent 2b3895ce
No related branches found
No related tags found
No related merge requests found
......@@ -595,7 +595,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
&op->data.send_initial_metadata.metadata);
break;
case GRPC_OP_SEND_MESSAGE:
op->op = GRPC_OP_SEND_INITIAL_METADATA;
op->op = GRPC_OP_SEND_MESSAGE;
op->data.send_message = read_message(&inp);
break;
case GRPC_OP_SEND_CLOSE_FROM_CLIENT:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment