diff options
author | Matthias Radestock <matthias@rabbitmq.com> | 2014-02-03 18:03:54 +0000 |
---|---|---|
committer | Matthias Radestock <matthias@rabbitmq.com> | 2014-02-03 18:03:54 +0000 |
commit | b19797b6597022d2c79faf95b062e481b662ef49 (patch) | |
tree | 516264cf4aab95322f09a012e635ae0adbf573b3 | |
parent | 4fec4346f5d40ed605195815ffa063ffbde4df4d (diff) | |
download | rabbitmq-server-b19797b6597022d2c79faf95b062e481b662ef49.tar.gz |
cosmetic
-rw-r--r-- | src/rabbit_channel.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index 3cfd7fd8..6b0f3700 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -1439,9 +1439,9 @@ notify_limiter(Limiter, Acked) -> end end. -deliver_to_queues({#delivery{message = #basic_message{exchange_name = XName}, - confirm = false, - mandatory = false}, +deliver_to_queues({#delivery{message = #basic_message{exchange_name = XName}, + confirm = false, + mandatory = false}, []}, State) -> %% optimisation ?INCR_STATS([{exchange_stats, XName, 1}], publish, State), State; |