summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-07-02 17:55:30 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-07-02 17:55:30 +0100
commit5ca897a50105d0e5bd40dedca0d7fcca42bb3f11 (patch)
tree5f965d50c401d11005e4b8f1b53d0efd40d6ce25 /src
parentf4b7a1380468081f0b5baa58dba0049111df2c5e (diff)
downloadrabbitmq-server-git-5ca897a50105d0e5bd40dedca0d7fcca42bb3f11.tar.gz
This is the default anyway.
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_channel.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl
index 658e966fc9..4178dd4a73 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -481,7 +481,7 @@ handle_method(#'basic.get'{queue = QueueNameBin,
Content),
{noreply, State1#ch{next_tag = DeliveryTag + 1}};
empty ->
- {reply, #'basic.get_empty'{cluster_id = <<>>}, State}
+ {reply, #'basic.get_empty'{}, State}
end;
handle_method(#'basic.consume'{queue = QueueNameBin,