Skip to content

Commit 5ca897a

Browse files
author
Simon MacMullen
committed
This is the default anyway.
1 parent f4b7a13 commit 5ca897a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_channel.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ handle_method(#'basic.get'{queue = QueueNameBin,
481481
Content),
482482
{noreply, State1#ch{next_tag = DeliveryTag + 1}};
483483
empty ->
484-
{reply, #'basic.get_empty'{cluster_id = <<>>}, State}
484+
{reply, #'basic.get_empty'{}, State}
485485
end;
486486

487487
handle_method(#'basic.consume'{queue = QueueNameBin,

0 commit comments

Comments
 (0)