Skip to content

Commit

Permalink
Fix dialyzer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Nov 5, 2024
1 parent b50ea7e commit c7d967a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mod_privilege.erl
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ component_send_packet({#iq{from = From,
drop;
{_, {error, roster_query, _Err}} ->
IQ;
{_, {error, Type, _Err}} ->
{_, {error, ErrType, _Err}} ->
?INFO_MSG("IQ not forwarded: Component tried to send not valid IQ stanza: ~p.",
[Type]),
[ErrType]),
drop
end,
{Result, State};
Expand Down

0 comments on commit c7d967a

Please sign in to comment.