Skip to content
Snippets Groups Projects
Commit 4f1a3662 authored by Daniel Nephin's avatar Daniel Nephin
Browse files

acl: remove authz == nil checks

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.
parent f497d5ab
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment