Skip to content
Snippets Groups Projects
Commit bed8a069 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #1879 from nicolasnoble/that-assert-makes-me-sad

Removing an assert on chand->security_connector->auth_context.
parents 67a48518 80176474
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