summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-08-12 14:39:03 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-08-12 14:39:03 +0100
commit32f9685cf78dca82ef207368a779ec64adf6ae1f (patch)
tree470647be503aeb48b96228eb73ac4daa9e2b2fc3
parent8099cd980949f7d7d5fe6972f01d624e8cde615e (diff)
downloadrabbitmq-server-git-32f9685cf78dca82ef207368a779ec64adf6ae1f.tar.gz
minor clarification
-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 bebfc9b736..22511b2491 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -257,7 +257,7 @@ handle_cast(multiple_ack_flush,
rabbit_log:info("channel got a multiple_ack_flush message~n"
"held acks: ~p~n", [gb_sets:to_list(As)]),
case gb_sets:is_empty(As) of
- true -> ok;
+ true -> ok; % this should never be the case
false -> flush_multiple(As, WriterPid)
end,
{noreply, State#ch{confirm = C#confirm{held_acks = gb_sets:new(),