aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/tsi
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-10-05 09:49:29 +0200
committerGravatar GitHub <noreply@github.com>2018-10-05 09:49:29 +0200
commitfb296824af9f5a0d41f7233620388737f7fdeb28 (patch)
treee7a751b802adcd611223679b539bd2432ad587c3 /test/core/tsi
parentfbbf4593d69823b1a3d75e910c714a783116648f (diff)
Revert "Create and pass 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 e9eb7e175f..85a58114ba 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, nullptr,
+ alts_tsi_handshaker_create(options, "target_name", "lame", is_client,
&handshaker);
alts_tsi_handshaker* alts_handshaker =
reinterpret_cast<alts_tsi_handshaker*>(handshaker);