mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Fix dialyzer issue
This commit is contained in:
parent
b50ea7ef1f
commit
c7d967a2b5
@ -313,9 +313,9 @@ component_send_packet({#iq{from = From,
|
|||||||
drop;
|
drop;
|
||||||
{_, {error, roster_query, _Err}} ->
|
{_, {error, roster_query, _Err}} ->
|
||||||
IQ;
|
IQ;
|
||||||
{_, {error, Type, _Err}} ->
|
{_, {error, ErrType, _Err}} ->
|
||||||
?INFO_MSG("IQ not forwarded: Component tried to send not valid IQ stanza: ~p.",
|
?INFO_MSG("IQ not forwarded: Component tried to send not valid IQ stanza: ~p.",
|
||||||
[Type]),
|
[ErrType]),
|
||||||
drop
|
drop
|
||||||
end,
|
end,
|
||||||
{Result, State};
|
{Result, State};
|
||||||
|
Loading…
Reference in New Issue
Block a user