diff options
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 2a2c3b7bf5..772407ac54 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -354,7 +354,7 @@ handle_cast({deliver_reply, Key, #delivery{message = routing_key = RoutingKey}, Content), noreply(State); -handle_cast({deliver_reply, _K1, _Del}, State = #ch{reply_consumer = {_,K2}}) -> +handle_cast({deliver_reply, _K1, _}, State = #ch{reply_consumer = {_, _K2}}) -> noreply(State); handle_cast({send_credit_reply, Len}, State = #ch{writer_pid = WriterPid}) -> |
