summaryrefslogtreecommitdiff
path: root/src/rabbit_channel.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rabbit_channel.erl')
-rw-r--r--src/rabbit_channel.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl
index 27a7d208..043ec7e3 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -1574,7 +1574,7 @@ send_confirms(State = #ch{tx = none, confirmed = C}) ->
[MsgSeqNo | MSNs]
end, [], lists:append(C)),
send_confirms(MsgSeqNos, State#ch{confirmed = []});
- pausing -> State#ch{confirmed = []}
+ pausing -> State
end;
send_confirms(State) ->
case rabbit_node_monitor:pause_minority_guard() of