mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Ignore unexpected events
This commit is contained in:
parent
02f96d0f41
commit
b10e10efae
@ -158,7 +158,9 @@ handle_event({'DOWN', _Ref, _Type, Pid, _Info}) ->
|
||||
end
|
||||
end, Es)
|
||||
end,
|
||||
transaction(F).
|
||||
transaction(F);
|
||||
handle_event(_Event) ->
|
||||
ok.
|
||||
|
||||
%%%===================================================================
|
||||
%%% Internal functions
|
||||
|
Loading…
Reference in New Issue
Block a user