aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/credentials.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/ext/credentials.cc')
-rw-r--r--src/node/ext/credentials.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/ext/credentials.cc b/src/node/ext/credentials.cc
index 4b95c72bf7..3f65d59c76 100644
--- a/src/node/ext/credentials.cc
+++ b/src/node/ext/credentials.cc
@@ -130,7 +130,7 @@ NAN_METHOD(Credentials::New) {
NAN_METHOD(Credentials::CreateDefault) {
NanScope();
- NanReturnValue(WrapStruct(grpc_default_credentials_create()));
+ NanReturnValue(WrapStruct(grpc_google_default_credentials_create()));
}
NAN_METHOD(Credentials::CreateSsl) {