Skip to content
Snippets Groups Projects
Commit 80176474 authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Removing an assert on chand->security_connector->auth_context.

That value actually MAY be NULL in some circumstances, and that's not a problem.
parent 67a3c164
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment