summaryrefslogtreecommitdiff
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
commit89b6408289a0daadf136e9dc73ab4f2edbf6640c (patch)
tree5f965d50c401d11005e4b8f1b53d0efd40d6ce25
parent86828108d9d19f4db46cba490b8f88cc062f87a0 (diff)
downloadrabbitmq-server-89b6408289a0daadf136e9dc73ab4f2edbf6640c.tar.gz
This is the default anyway.
-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 658e966f..4178dd4a 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,