mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Fix for one more dialyzer warning
This commit is contained in:
parent
ad15659fb2
commit
c61e56d8a6
@ -137,7 +137,7 @@ c2s_handle_sasl2_inline({State, Els, Results} = Acc) ->
|
||||
{ok, NewState, Resumed} ->
|
||||
Rest2 = lists:keydelete(bind2_bind, 1, Rest),
|
||||
{NewState, Rest2, [Resumed | Results]};
|
||||
{error, ResumeError} ->
|
||||
{error, ResumeError, _Reason} ->
|
||||
{State, Els, [ResumeError | Results]}
|
||||
end;
|
||||
_ ->
|
||||
|
Loading…
Reference in New Issue
Block a user