aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-05 17:11:31 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-05 17:11:31 -0700
commitddad97899654c1eb3805ec165e842f8f465702a1 (patch)
tree33e02e273656ba1306b023936c4206a164ff2a3a /test/core/security
parent804ff719e3a512e4a2f6c3a9585f528917c2fd93 (diff)
API fuzzer compiles with new error handling
Diffstat (limited to 'test/core/security')
-rw-r--r--test/core/security/oauth2_utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/security/oauth2_utils.c b/test/core/security/oauth2_utils.c
index 80d21cc602..e55ce5c7b4 100644
--- a/test/core/security/oauth2_utils.c
+++ b/test/core/security/oauth2_utils.c
@@ -74,7 +74,8 @@ static void on_oauth2_response(grpc_exec_ctx *exec_ctx, void *user_data,
gpr_mu_unlock(request->mu);
}
-static void do_nothing(grpc_exec_ctx *exec_ctx, void *unused, bool success) {}
+static void do_nothing(grpc_exec_ctx *exec_ctx, void *unused,
+ grpc_error *error) {}
char *grpc_test_fetch_oauth2_token_with_credentials(
grpc_call_credentials *creds) {