mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
Fix dialyzer warning
This commit is contained in:
parent
89918865b0
commit
26a7107cd5
@ -216,10 +216,8 @@ handle_info({Tag, TCPSock, TCPData},
|
||||
case Res2 of
|
||||
{noreply, _, State2} ->
|
||||
{noreply, State2};
|
||||
{stop_after, Res3, State2} ->
|
||||
{stop, Res3, State2};
|
||||
_ ->
|
||||
Res2
|
||||
{Tag3, Res3, State2} when Tag3 == stop; Tag3 == stop_after ->
|
||||
{stop, Res3, State2}
|
||||
end;
|
||||
handle_info({Tag, TCPSock, TCPData},
|
||||
#state{codec = Codec} = State)
|
||||
|
Loading…
Reference in New Issue
Block a user