aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/client_auth_filter.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-29 14:36:42 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-29 14:36:42 -0700
commit98465035671778ea65891a28bc2c01776a6418cc (patch)
tree3c3de904fc24b462552a00e5081e0f52d93aef5a /src/core/security/client_auth_filter.c
parentcb22184aef0b344719468317078b869fe26b83c6 (diff)
Debugging
Diffstat (limited to 'src/core/security/client_auth_filter.c')
-rw-r--r--src/core/security/client_auth_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/security/client_auth_filter.c b/src/core/security/client_auth_filter.c
index 2c05f73df5..0bd370e457 100644
--- a/src/core/security/client_auth_filter.c
+++ b/src/core/security/client_auth_filter.c
@@ -280,7 +280,7 @@ static void destroy_call_elem(grpc_call_element *elem) {
}
/* Constructor for channel_data */
-static void init_channel_elem(grpc_channel_element *elem,
+static void init_channel_elem(grpc_channel_element *elem,grpc_channel *master,
const grpc_channel_args *args,
grpc_mdctx *metadata_context, int is_first,
int is_last) {