mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Ignore unexpected events
This commit is contained in:
parent
02f96d0f41
commit
b10e10efae
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue