mirror of https://github.com/hashicorp/consul
Browse Source
These case are already impossible conditions, because most of these functions already start with a check for ACLs being disabled. So the code path being removed could never be reached. The one other case (ConnectAuthorized) was already changed in a previous commit. This commit removes an impossible branch because authz == nil can never be true.pull/10737/head
Daniel Nephin
3 years ago
3 changed files with 0 additions and 18 deletions
Loading…
Reference in new issue