summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Harrop <rob@rabbitmq.com>2010-11-25 16:41:35 +0000
committerRob Harrop <rob@rabbitmq.com>2010-11-25 16:41:35 +0000
commite7eb7efcf3a36b33638f28c7e66d73cf59bd39ee (patch)
treeee72f63a306a9d3c33b0c10c18dab77e4f503103 /src
parentb847fd69b744c7dd0b47903133592f9a4de67f08 (diff)
downloadrabbitmq-server-git-e7eb7efcf3a36b33638f28c7e66d73cf59bd39ee.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 27e482d5e2..7c676164b6 100644
--- a/src/rabbit_variable_queue.erl
+++ b/src/rabbit_variable_queue.erl
@@ -1239,7 +1239,7 @@ publish(Msg = #basic_message { is_persistent = IsPersistent, guid = Guid },
persistent_count = PCount,
durable = IsDurable,
ram_msg_count = RamMsgCount,
- unconfirmed = Unconfirmed}) ->
+ unconfirmed = Unconfirmed }) ->
IsPersistent1 = IsDurable andalso IsPersistent,
MsgStatus = (msg_status(IsPersistent1, SeqId, Msg, MsgProps))
#msg_status { is_delivered = IsDelivered, msg_on_disk = MsgOnDisk},