Fix the regression introduced in dd57950

Fixes #3010
This commit is contained in:
Evgeny Khramtsov 2019-09-04 10:31:09 +03:00
parent e50ecf9e96
commit 9a8245b8e6
1 changed files with 0 additions and 2 deletions

View File

@ -132,8 +132,6 @@ handle_cast(Msg, State) ->
?WARNING_MSG("Unexpected cast: ~p", [Msg]),
{noreply, State}.
handle_info({iq_reply, #iq{type = error}, JID}, State) ->
handle_info({iq_reply, timeout, JID}, State);
handle_info({iq_reply, #iq{}, _JID}, State) ->
{noreply, State};
handle_info({iq_reply, timeout, JID}, State) ->