diff options
| author | Tony Garnock-Jones <tonyg@kcbbs.gen.nz> | 2008-08-06 12:00:21 +0100 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@kcbbs.gen.nz> | 2008-08-06 12:00:21 +0100 |
| commit | 1a613c1bd7d791b8c76bd3790b29641f2ce7cd7f (patch) | |
| tree | 96214cdad79892ff9ddc968851985e6709697435 /src | |
| parent | 4208a6752aa5bb0b596fd8bd85fdeddae24a25d6 (diff) | |
| download | rabbitmq-server-git-1a613c1bd7d791b8c76bd3790b29641f2ce7cd7f.tar.gz | |
Remove unnecessary method name from protocol_error
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_channel.erl | 3 |
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 |
