aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-03 21:36:35 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-03 21:36:35 -0700
commitbed8a0699e7440ab13cddda03a398bad26117f5b (patch)
tree606cd040cbe18c50ceac6226b500234a1530c956 /src/core
parent67a48518bedd6b7deca8fa65d398d6127dc38973 (diff)
parent80176474e9761d00691e73e89c67b13f7e268b68 (diff)
Merge pull request #1879 from nicolasnoble/that-assert-makes-me-sad
Removing an assert on chand->security_connector->auth_context.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/security/server_auth_filter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/security/server_auth_filter.c b/src/core/security/server_auth_filter.c
index 1823f75808..b19160b8ed 100644
--- a/src/core/security/server_auth_filter.c
+++ b/src/core/security/server_auth_filter.c
@@ -78,7 +78,6 @@ static void init_call_elem(grpc_call_element *elem,
calld->unused = 0;
GPR_ASSERT(initial_op && initial_op->context != NULL &&
- chand->security_connector->auth_context != NULL &&
initial_op->context[GRPC_CONTEXT_SECURITY].value == NULL);
/* Create a security context for the call and reference the auth context from