summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2013-12-23 23:29:24 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2013-12-23 23:29:24 +0000
commit6d7c005fe09565e510593432d865b5066fe0855d (patch)
tree1fbff3f7378eb74dbd9857ec67f01c4ebefbdbf9
parent330dc737cd105277022e50549da32527fd10a245 (diff)
downloadrabbitmq-server-6d7c005fe09565e510593432d865b5066fe0855d.tar.gz
oops
-rw-r--r--src/rabbit_amqqueue_process.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl
index d9b9e92a..33e2d995 100644
--- a/src/rabbit_amqqueue_process.erl
+++ b/src/rabbit_amqqueue_process.erl
@@ -619,7 +619,7 @@ handle_ch_down(DownPid, State = #q{consumers = Consumers,
end},
case rabbit_queue_consumers:erase_ch(DownPid, Consumers) of
not_found ->
- {ok, State};
+ {ok, State1};
{ChAckTags, ChCTags, Consumers1} ->
QName = qname(State1),
[emit_consumer_deleted(DownPid, CTag, QName) || CTag <- ChCTags],