gRPC Sync

This commit is contained in:
Stanley Cheung 2018-07-11 17:34:41 -07:00
parent 9f5cb2f7ad
commit 3359f0db72
3 changed files with 3 additions and 3 deletions

View File

@ -386,7 +386,7 @@ grpc_channel* Runtime::GetBackendChannel(
(pem_private_key.empty() || pem_cert_chain.empty())
? nullptr
: &pem_key_cert_pair,
nullptr);
nullptr, nullptr);
channel = grpc_secure_channel_create(creds, backend_address.c_str(),
&channel_args, nullptr);
grpc_channel_credentials_release(creds);

View File

@ -18,4 +18,4 @@ cd "$(dirname "$0")"/..
git submodule update --init
cd third_party/closure-library && git checkout tags/v20171112 -f && cd ../..
cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../..
cd third_party/grpc && git checkout ac0188e -f && git submodule update --init && cd ../..
cd third_party/grpc && git checkout d8772cf -f && git submodule update --init && cd ../..

2
third_party/grpc vendored

@ -1 +1 @@
Subproject commit ac0188e25b46a191e278610e264edb1df1287c94
Subproject commit d8772cf88f3a910160349eb21950dcd9619d1b6a