24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Ignore unexpected events

This commit is contained in:
Evgeniy Khramtsov 2017-01-11 16:50:11 +03:00
parent 02f96d0f41
commit b10e10efae

View File

@ -158,7 +158,9 @@ handle_event({'DOWN', _Ref, _Type, Pid, _Info}) ->
end end
end, Es) end, Es)
end, end,
transaction(F). transaction(F);
handle_event(_Event) ->
ok.
%%%=================================================================== %%%===================================================================
%%% Internal functions %%% Internal functions