Daniel Nephin 4f1a36629a 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.
2021-07-30 13:58:35 -04:00
..
2020-12-07 13:42:55 -05:00
2021-07-30 13:58:35 -04:00
2021-03-22 10:16:41 +01:00
2021-07-30 13:58:35 -04:00
2021-07-30 13:58:35 -04:00
2021-07-28 17:50:00 -04:00