diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-05-13 05:33:01 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-05-13 05:33:01 +0300 |
| commit | 4d24352033d6778a2d5b9c20546280cb59686490 (patch) | |
| tree | fccf8d861e7e698eae5213ee0ba7c73bf1a27b0d /src | |
| parent | 5fc52bbda986b384d22049ead337d6f2da05815d (diff) | |
| download | rabbitmq-server-git-4d24352033d6778a2d5b9c20546280cb59686490.tar.gz | |
Cosmetics
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_channel.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index 1b9102375d..7d4b7bde4a 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -2230,7 +2230,7 @@ process_routing_confirm(true, QRefs, QNames, MsgSeqNo, XName, State) -> confirm(MsgSeqNos, QRef, State = #ch{queue_names = QNames, unconfirmed = UC}) -> %% NOTE: if queue name does not exist here it's likely that the ref also %% does not exist in unconfirmed messages. - %% ignore value does not change anything. + %% Neither does the 'ignore' atom, so it's a reasonable fallback. QName = maps:get(QRef, QNames, ignore), {MXs, UC1} = unconfirmed_messages:confirm_multiple_msg_ref(MsgSeqNos, QName, QRef, UC), |
