diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-07-02 17:55:30 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-07-02 17:55:30 +0100 |
| commit | 5ca897a50105d0e5bd40dedca0d7fcca42bb3f11 (patch) | |
| tree | 5f965d50c401d11005e4b8f1b53d0efd40d6ce25 /src | |
| parent | f4b7a1380468081f0b5baa58dba0049111df2c5e (diff) | |
| download | rabbitmq-server-git-5ca897a50105d0e5bd40dedca0d7fcca42bb3f11.tar.gz | |
This is the default anyway.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_channel.erl | 2 |
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, |
