aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/credentials_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-23 10:30:20 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-23 10:30:20 -0700
commit5c1ad056d2498fe719118f0bff2484c2f25469dc (patch)
treeaf0362fa71cc8cc1feace6c62741c57ea9daf664 /test/core/security/credentials_test.c
parent5311debac17fa091ca8331e37edb2ef447d1e82b (diff)
Fix Windows compilation
Diffstat (limited to 'test/core/security/credentials_test.c')
-rw-r--r--test/core/security/credentials_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/security/credentials_test.c b/test/core/security/credentials_test.c
index e660484fdf..5c1e0f4b94 100644
--- a/test/core/security/credentials_test.c
+++ b/test/core/security/credentials_test.c
@@ -718,6 +718,7 @@ static char *encode_and_sign_jwt_should_not_be_called(
const grpc_auth_json_key *json_key, const char *audience,
gpr_timespec token_lifetime, const char *scope) {
GPR_ASSERT("grpc_jwt_encode_and_sign should not be called" == NULL);
+ return NULL;
}
static void on_jwt_creds_get_metadata_success(grpc_exec_ctx *exec_ctx,