diff options
author | Evgeny Khramtsov <ekhramtsov@process-one.net> | 2019-09-04 10:31:09 +0300 |
---|---|---|
committer | Evgeny Khramtsov <ekhramtsov@process-one.net> | 2019-09-04 10:31:09 +0300 |
commit | 9a8245b8e6a17b306d07cd96f2483044dd4981d2 (patch) | |
tree | 66ed914a6e2e8184ac7145cac1eeac500edb3061 /src | |
parent | Fix some links to Guide in WebAdmin and add new ones (#3003) (diff) |
Fix the regression introduced in dd57950
Fixes #3010
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_ping.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mod_ping.erl b/src/mod_ping.erl index d4c226e56..8e6827247 100644 --- a/src/mod_ping.erl +++ b/src/mod_ping.erl @@ -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) -> |