summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_channel.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl
index fa39ecf7ed..d4034358db 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -447,8 +447,7 @@ handle_method(#'basic.cancel'{consumer_tag = ConsumerTag,
handle_method(#'basic.qos'{global = true}, _, State) ->
rabbit_misc:protocol_error(not_implemented,
"Basic.Qos global (per-connection) setting not implemented",
- [],
- 'basic.qos');
+ []);
handle_method(#'basic.qos'{}, _, State) ->
%% FIXME: Need to implement QOS