aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/credentials_posix.c
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-12-09 22:33:41 -0800
committerGravatar Julien Boeuf <jboeuf@google.com>2015-12-09 22:34:57 -0800
commit2408a1cd6af6407e8c534e5aef1289ac1576822f (patch)
treea598945aada6268cf74fdda4ec1eeed163d7a1cc /src/core/security/credentials_posix.c
parentdd4b0000b600b7a4d08976e92752db2dc3a85b15 (diff)
Testing GCE detection in google default credentials.
Diffstat (limited to 'src/core/security/credentials_posix.c')
-rw-r--r--src/core/security/credentials_posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/security/credentials_posix.c b/src/core/security/credentials_posix.c
index 20f67a7f14..0c92bd4a96 100644
--- a/src/core/security/credentials_posix.c
+++ b/src/core/security/credentials_posix.c
@@ -44,7 +44,7 @@
#include "src/core/support/env.h"
#include "src/core/support/string.h"
-char *grpc_get_well_known_google_credentials_file_path(void) {
+char *grpc_get_well_known_google_credentials_file_path_impl(void) {
char *result = NULL;
char *home = gpr_getenv("HOME");
if (home == NULL) {