From 582f4350ed755aac0b07f12b499ad18f86f2a1b7 Mon Sep 17 00:00:00 2001
From: David Garcia Quintas <dgq@google.com>
Date: Wed, 18 May 2016 14:49:18 -0700
Subject: [PATCH] Added missing pops_create to oauth2_utils

---
 test/core/security/oauth2_utils.c | 1 +
 1 file changed, 1 insertion(+)

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);
-- 
GitLab