aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/tsi/alts
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-04 15:17:50 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-04 15:17:50 -0700
commitcfe47deca438844140590ed44f23b3b80aa4cc1f (patch)
tree719d641534ab33d12ab0925418c15a031d73dac9 /test/core/tsi/alts
parent8362e7042d4c7d41c756d85b4e64d499ae4e52ed (diff)
parentfbbf4593d69823b1a3d75e910c714a783116648f (diff)
Merge branch 'master' of https://github.com/grpc/grpc into channelz-server-sockets
Diffstat (limited to 'test/core/tsi/alts')
-rw-r--r--test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc b/test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
index 85a58114ba..e9eb7e175f 100644
--- a/test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
+++ b/test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
@@ -421,7 +421,7 @@ static tsi_handshaker* create_test_handshaker(bool used_for_success_test,
alts_mock_handshaker_client_create(used_for_success_test);
grpc_alts_credentials_options* options =
grpc_alts_credentials_client_options_create();
- alts_tsi_handshaker_create(options, "target_name", "lame", is_client,
+ alts_tsi_handshaker_create(options, "target_name", "lame", is_client, nullptr,
&handshaker);
alts_tsi_handshaker* alts_handshaker =
reinterpret_cast<alts_tsi_handshaker*>(handshaker);