Skip to content
Snippets Groups Projects
Commit 5dc77419 authored by Mark D. Roth's avatar Mark D. Roth
Browse files

Fix Windows compiler problem.

parent 7cd1425e
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,7 @@ static void request_with_payload_template( ...@@ -279,7 +279,7 @@ static void request_with_payload_template(
grpc_call *c; grpc_call *c;
grpc_call *s; grpc_call *s;
grpc_slice request_payload_slice; grpc_slice request_payload_slice;
grpc_byte_buffer *request_payload; grpc_byte_buffer *request_payload = NULL;
grpc_channel_args *client_args; grpc_channel_args *client_args;
grpc_channel_args *server_args; grpc_channel_args *server_args;
grpc_end2end_test_fixture f; grpc_end2end_test_fixture f;
......
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