From 278468db0c6ed018b740aa3a32cd97bf41d082e4 Mon Sep 17 00:00:00 2001 From: Matthew Stevenson Date: Fri, 28 Feb 2020 13:20:24 -0800 Subject: [PATCH] Modify TlsFetchKeyMaterials comments. --- .../security/security_connector/tls/tls_security_connector.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/core/lib/security/security_connector/tls/tls_security_connector.h b/src/core/lib/security/security_connector/tls/tls_security_connector.h index 515f1a73a25..4ac831f1ec1 100644 --- a/src/core/lib/security/security_connector/tls/tls_security_connector.h +++ b/src/core/lib/security/security_connector/tls/tls_security_connector.h @@ -159,8 +159,9 @@ class TlsServerSecurityConnector final : public grpc_server_security_connector { * called by a server, then the method return an error code. * * The arguments are detailed below: - * - key_materials_config: a key material config that will be populated by the - * method on success; the caller should not pass in nullptr. + * - key_materials_config: a key materials config that will be populated by the + * method on success; the caller should not pass in nullptr. Any data held by + * the config will be overwritten. * - options: the TLS credentials options whose credential reloading config * will be used to populate |key_materials_config|. * - is_server: true denotes that this method is called by a server, and