aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-09-29 10:36:28 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-09-29 10:37:45 -0700
commit520cc8f55544bcbba3630da934607776d551d9f7 (patch)
tree065912e17904b14ed8284b3ead9aa644055bba14 /src/cpp/client
parent3a8ac2e3a82898f9db6f28b30b29fdf4910a2673 (diff)
Fix ClangTidy
Diffstat (limited to 'src/cpp/client')
-rw-r--r--src/cpp/client/secure_credentials.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/client/secure_credentials.h b/src/cpp/client/secure_credentials.h
index fa1e31996a..ed9afb37b0 100644
--- a/src/cpp/client/secure_credentials.h
+++ b/src/cpp/client/secure_credentials.h
@@ -73,7 +73,7 @@ class MetadataCredentialsPluginWrapper final : private GrpcLibraryCodegen {
grpc_auth_metadata_context context,
grpc_credentials_plugin_metadata_cb cb, void* user_data,
grpc_metadata creds_md[GRPC_METADATA_CREDENTIALS_PLUGIN_SYNC_MAX],
- size_t* num_creds_md, grpc_status_code* status,
+ size_t* num_creds_md, grpc_status_code* status_code,
const char** error_details);
std::unique_ptr<ThreadPoolInterface> thread_pool_;
std::unique_ptr<MetadataCredentialsPlugin> plugin_;