Fix problem in commit 548ef7b835

This commit is contained in:
Paweł Chmielowski 2018-06-01 18:36:39 +02:00
parent 548ef7b835
commit 67fc2015de
1 changed files with 1 additions and 1 deletions

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}} ->