aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/tsi
diff options
context:
space:
mode:
authorGravatar Yihua Zhang <yihuaz@google.com>2018-10-02 19:21:32 -0700
committerGravatar Yihua Zhang <yihuaz@google.com>2018-10-02 19:21:32 -0700
commitc0fa62f2b6248e450a15b3e1f24e6dd5b6a28e91 (patch)
tree474d3358c56e5c83d9677efff611ad6a84732522 /test/core/tsi
parent95dc4f1b8dfe30c7b983147690f483e0894687fd (diff)
pass a pollset_set to ALTS TSI handshaker
Diffstat (limited to 'test/core/tsi')
-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);