diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-06-16 17:18:34 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-06-16 17:18:34 -0700 |
commit | 48dd6bfb53ff9ddda39b9b2e6ced297e95027514 (patch) | |
tree | 46f0c63ecf93ed9ccf5bfda0aba501788744cca1 /src/node | |
parent | 18b4b8379259ffa73f8b5414a09bcb682d96b200 (diff) | |
parent | 94528cb58545a021df177e64a20efc91c1ac6226 (diff) |
Merge github.com:grpc/grpc into you-complete-me
Diffstat (limited to 'src/node')
-rw-r--r-- | src/node/ext/call.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/ext/call.cc b/src/node/ext/call.cc index 8cc3e38cd9..15c9b2d97d 100644 --- a/src/node/ext/call.cc +++ b/src/node/ext/call.cc @@ -550,6 +550,7 @@ NAN_METHOD(Call::StartBatch) { } uint32_t type = keys->Get(i)->Uint32Value(); ops[i].op = static_cast<grpc_op_type>(type); + ops[i].flags = 0; switch (type) { case GRPC_OP_SEND_INITIAL_METADATA: op.reset(new SendMetadataOp()); |