瀏覽代碼

ooops, forgot this...

Julien Boeuf 9 年之前
父節點
當前提交
434eda48be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/security/security_connector.c

+ 1 - 1
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);
     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;
   grpc_ssl_roots_override_result ovrd_res = GRPC_SSL_ROOTS_OVERRIDE_FAIL;
   if (GPR_SLICE_IS_EMPTY(result) && ssl_roots_override_cb != NULL) {
   if (GPR_SLICE_IS_EMPTY(result) && ssl_roots_override_cb != NULL) {
     char *pem_root_certs = NULL;
     char *pem_root_certs = NULL;