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 | 490cabc31adbfec7aaee8403de9306ffbe1cb905 (patch) | |
| tree | 516264cf4aab95322f09a012e635ae0adbf573b3 | |
| parent | 7d4fb0f0a6b021525dc990c888713af26c0c220d (diff) | |
| download | rabbitmq-server-git-490cabc31adbfec7aaee8403de9306ffbe1cb905.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 3cfd7fd88c..6b0f37007a 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; |
