summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_fifo.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_fifo.erl b/src/rabbit_fifo.erl
index d5893e9d7f..d9566ea8f7 100644
--- a/src/rabbit_fifo.erl
+++ b/src/rabbit_fifo.erl
@@ -236,7 +236,7 @@ apply(Meta, #credit{credit = NewCredit, delivery_count = RemoteDelCnt,
{State1#?MODULE{consumers = Consumers},
%% returning a multi response with two client actions
%% for the channel to execute
- {multi, [Response, {send_drained, [{CTag, Drained}]}]},
+ {multi, [Response, {send_drained, {CTag, Drained}}]},
Effects}
end;
_ when Waiting0 /= [] ->