Ensure reserved argument is NULL

pull/4325/head
Craig Tiller 9 years ago
parent 13180c8a2c
commit 03f6406b6d
  1. 1
      src/core/surface/channel_ping.c

@ -66,6 +66,7 @@ void grpc_channel_ping(grpc_channel *channel, grpc_completion_queue *cq,
grpc_channel_element *top_elem =
grpc_channel_stack_element(grpc_channel_get_channel_stack(channel), 0);
grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
GPR_ASSERT(reserved == NULL);
memset(&op, 0, sizeof(op));
pr->tag = tag;
pr->cq = cq;

Loading…
Cancel
Save