diff options
author | Julien Boeuf <jboeuf@google.com> | 2016-01-28 17:06:57 -0800 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2016-01-28 17:06:57 -0800 |
commit | 434eda48bedb9c5c6c5de1893c4f16139a962884 (patch) | |
tree | 95e95c55f766ab02b0dac7af60adf316cffaeb79 | |
parent | aaebf7ae7467a43ba69f27943069613f23808461 (diff) |
ooops, forgot this...
-rw-r--r-- | src/core/security/security_connector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/security/security_connector.c b/src/core/security/security_connector.c index 654866fd4e..bdccbabfea 100644 --- a/src/core/security/security_connector.c +++ b/src/core/security/security_connector.c @@ -614,7 +614,7 @@ static gpr_slice compute_default_pem_root_certs_once(void) { gpr_free(default_root_certs_path); } - /* Try overridden roots path if needed. */ + /* Try overridden roots if needed. */ grpc_ssl_roots_override_result ovrd_res = GRPC_SSL_ROOTS_OVERRIDE_FAIL; if (GPR_SLICE_IS_EMPTY(result) && ssl_roots_override_cb != NULL) { char *pem_root_certs = NULL; |