Skip to content

Commit 8a3e49b

Browse files
author
Matthias Radestock
committed
oops
1 parent 089c379 commit 8a3e49b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rabbit_channel.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,9 +873,9 @@ internal_rollback(State = #ch{transaction_id = TxnKey,
873873
end.
874874

875875
rollback_and_notify(State = #ch{transaction_id = none}) ->
876-
notify_queues(internal_rollback(State));
876+
notify_queues(State);
877877
rollback_and_notify(State) ->
878-
notify_queues(State).
878+
notify_queues(internal_rollback(State)).
879879

880880
fold_per_queue(F, Acc0, UAQ) ->
881881
D = lists:foldl(

0 commit comments

Comments
 (0)