summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2014-01-15 12:47:16 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2014-01-15 12:47:16 +0000
commitf7431d5f427441aa457cffcd202a25283233f8ee (patch)
tree52c898407812f473ffe4910880339ff9b0f97f64
parent7bb311753307dc77d96bb0b0e8c44de9a49273ea (diff)
downloadrabbitmq-server-git-f7431d5f427441aa457cffcd202a25283233f8ee.tar.gz
eliminate unused var warning
-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 d03eff2380..b0010f9011 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -1143,7 +1143,7 @@ handle_method(#'confirm.select'{nowait = NoWait}, _, State) ->
handle_method(#'channel.flow'{active = true}, _, State) ->
{reply, #'channel.flow_ok'{active = true}, State};
-handle_method(#'channel.flow'{active = false}, _, State) ->
+handle_method(#'channel.flow'{active = false}, _, _State) ->
rabbit_misc:protocol_error(not_implemented, "active=false", []);
handle_method(#'basic.credit'{consumer_tag = CTag,