diff options
author | David Garcia Quintas <dgq@google.com> | 2016-05-18 14:49:18 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-05-18 14:49:18 -0700 |
commit | 582f4350ed755aac0b07f12b499ad18f86f2a1b7 (patch) | |
tree | 8ff6408ad01eaaad00d1991c01b328e18e9b35a4 /test | |
parent | f26cc81119944b49e53ceeaf21709aab722aa2ed (diff) |
Added missing pops_create to oauth2_utils
Diffstat (limited to 'test')
-rw-r--r-- | test/core/security/oauth2_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/security/oauth2_utils.c b/test/core/security/oauth2_utils.c index b3fe738e97..252355fb91 100644 --- a/test/core/security/oauth2_utils.c +++ b/test/core/security/oauth2_utils.c @@ -85,6 +85,7 @@ char *grpc_test_fetch_oauth2_token_with_credentials( grpc_pollset *pollset = gpr_malloc(grpc_pollset_size()); grpc_pollset_init(pollset, &request.mu); + request.pops = grpc_pops_create_from_pollset(pollset); request.is_done = 0; grpc_closure_init(&do_nothing_closure, do_nothing, NULL); |