24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

Fix problem in commit 548ef7b835

This commit is contained in:
Paweł Chmielowski 2018-06-01 18:36:39 +02:00
parent 548ef7b835
commit 67fc2015de

View File

@ -688,7 +688,7 @@ reply_stop(State, Body, From, RID) ->
{stop, normal, do_reply(State, From, Body, RID)}.
drop_holding_receiver(State) ->
drop_holding_receiver(State#state.prev_rid).
drop_holding_receiver(State, State#state.prev_rid).
drop_holding_receiver(State, RID) ->
case gb_trees:lookup(RID, State#state.receivers) of
{value, {From, Body}} ->