mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Fix dialyzer warning
This commit is contained in:
parent
89918865b0
commit
26a7107cd5
1 changed files with 2 additions and 4 deletions
|
@ -216,10 +216,8 @@ handle_info({Tag, TCPSock, TCPData},
|
||||||
case Res2 of
|
case Res2 of
|
||||||
{noreply, _, State2} ->
|
{noreply, _, State2} ->
|
||||||
{noreply, State2};
|
{noreply, State2};
|
||||||
{stop_after, Res3, State2} ->
|
{Tag3, Res3, State2} when Tag3 == stop; Tag3 == stop_after ->
|
||||||
{stop, Res3, State2};
|
{stop, Res3, State2}
|
||||||
_ ->
|
|
||||||
Res2
|
|
||||||
end;
|
end;
|
||||||
handle_info({Tag, TCPSock, TCPData},
|
handle_info({Tag, TCPSock, TCPData},
|
||||||
#state{codec = Codec} = State)
|
#state{codec = Codec} = State)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue