aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-08-18 10:34:32 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-08-18 10:34:32 -0700
commit42758992973025e99f9916bb973471a87121daa1 (patch)
treed23bd89c25f454417726017d1eacf12cf1680ed0 /src/php/ext
parent9928d39f4d3ac51775182701b2296caa89052aaa (diff)
Sprinkle reserved = NULL around
Diffstat (limited to 'src/php/ext')
-rw-r--r--src/php/ext/grpc/call.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php/ext/grpc/call.c b/src/php/ext/grpc/call.c
index 1cf766c312..4e40dc43ce 100644
--- a/src/php/ext/grpc/call.c
+++ b/src/php/ext/grpc/call.c
@@ -398,6 +398,7 @@ PHP_METHOD(Call, startBatch) {
}
ops[op_num].op = (grpc_op_type)index;
ops[op_num].flags = 0;
+ ops[op_num].reserved = NULL;
op_num++;
}
error = grpc_call_start_batch(call->wrapped, ops, op_num, call->wrapped,