mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Fix problem in commit 548ef7b835
This commit is contained in:
parent
548ef7b835
commit
67fc2015de
@ -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}} ->
|
||||
|
Loading…
Reference in New Issue
Block a user