mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Do not use underscore variable
This commit is contained in:
parent
f243c30847
commit
47266de6d7
@ -188,8 +188,8 @@ check_permissions2(#request{ip={IP, _Port}}, Call, _Policy) ->
|
||||
true -> {allowed, Call, admin};
|
||||
_ -> unauthorized_response()
|
||||
end;
|
||||
_E ->
|
||||
?DEBUG("Unauthorized: ~p", [_E]),
|
||||
E ->
|
||||
?DEBUG("Unauthorized: ~p", [E]),
|
||||
unauthorized_response()
|
||||
end;
|
||||
check_permissions2(_Request, _Call, _Policy) ->
|
||||
|
Loading…
Reference in New Issue
Block a user