summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2013-01-02 09:17:47 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2013-01-02 09:17:47 +0000
commit915c84903d9850db135eafca62df86058832a3c9 (patch)
tree9c5158d7b5bc583678ced807f7c16edadb8eef9f /src
parent05d49b4e6d0489873e5911ec64b8037172e5215d (diff)
downloadrabbitmq-server-git-915c84903d9850db135eafca62df86058832a3c9.tar.gz
cosmetic
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_variable_queue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl
index 4259248230..230aa612d1 100644
--- a/src/rabbit_variable_queue.erl
+++ b/src/rabbit_variable_queue.erl
@@ -1147,7 +1147,7 @@ internal_fetch(AckRequired, MsgStatus = #msg_status {
false -> {undefined, State}
end,
- PCount1 = PCount - one_if(IsPersistent andalso not AckRequired),
+ PCount1 = PCount - one_if(IsPersistent andalso not AckRequired),
RamMsgCount1 = RamMsgCount - one_if(Msg =/= undefined),
{{Msg, IsDelivered, AckTag},