diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-06-03 01:14:29 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-06-03 01:14:29 +0200 |
commit | 80176474e9761d00691e73e89c67b13f7e268b68 (patch) | |
tree | 59a3127010720616d1c2f73087d63b3abf168dad /src | |
parent | 67a3c164f541eb829dfabbdcbddd0e99c9811dc2 (diff) |
Removing an assert on chand->security_connector->auth_context.
That value actually MAY be NULL in some circumstances, and that's not a problem.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/security/server_auth_filter.c | 1 |
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 |