diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_channel.erl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index 05740a9087..040f7c7ce2 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -706,9 +706,7 @@ handle_method(#'queue.declare'{queue = QueueNameBin, %% "equivalent" rule, all tables of arguments are %% semantically equivalant. Matched = #amqqueue{name = QueueName, - durable = Durable, %% i.e., as supplied - exclusive_owner = Owner, - auto_delete = AutoDelete %% i.e,. as supplied + exclusive_owner = Owner } -> check_configure_permitted(QueueName, State), Matched; |
