summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-02-09 13:33:11 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-02-09 13:33:11 +0000
commit2ee78027411176487c1dd121e4583ddb0d493e3d (patch)
tree91097e5e0e593f95b201534c2665e37392f76e8f
parent4ec9137027455dd34ddf1cdeb758c1eee0428ad1 (diff)
downloadrabbitmq-server-bug24668.tar.gz
Cosmeticbug24668
-rw-r--r--src/rabbit_amqqueue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl
index 01695cd0..a7dfd535 100644
--- a/src/rabbit_amqqueue.erl
+++ b/src/rabbit_amqqueue.erl
@@ -472,7 +472,7 @@ notify_sent(QPid, ChPid) ->
?MORE_CONSUMER_CREDIT_AFTER;
undefined -> erlang:monitor(process, QPid),
?MORE_CONSUMER_CREDIT_AFTER - 1;
- C0 -> C0 - 1
+ C -> C - 1
end),
ok.