aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/client_auth_filter.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-29 15:57:36 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-29 15:57:36 -0700
commitd9a50886041fbd57e228b0b41d259029a576d589 (patch)
tree877b532e7e3003ab03a43d672ec64557d4e28bec /src/core/security/client_auth_filter.c
parentb6fbf1d986331c8959e60a172fe922d9f864b03f (diff)
SSL channel args work with client config again
Diffstat (limited to 'src/core/security/client_auth_filter.c')
-rw-r--r--src/core/security/client_auth_filter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/security/client_auth_filter.c b/src/core/security/client_auth_filter.c
index 0bd370e457..93bf846978 100644
--- a/src/core/security/client_auth_filter.c
+++ b/src/core/security/client_auth_filter.c
@@ -291,7 +291,6 @@ static void init_channel_elem(grpc_channel_element *elem,grpc_channel *master,
/* The first and the last filters tend to be implemented differently to
handle the case that there's no 'next' filter to call on the up or down
path */
- GPR_ASSERT(!is_first);
GPR_ASSERT(!is_last);
GPR_ASSERT(sc != NULL);