Skip to content

Commit

Permalink
Merge pull request grpc#1879 from nicolasnoble/that-assert-makes-me-sad
Browse files Browse the repository at this point in the history
Removing an assert on chand->security_connector->auth_context.
  • Loading branch information
ctiller committed Jun 4, 2015
2 parents 67a4851 + 8017647 commit bed8a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/security/server_auth_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bed8a06

Please sign in to comment.