diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-04-06 15:59:54 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-04-06 15:59:54 +0100 |
| commit | 30f8a2f2d22a182500364d8e34dfb25baa418fb9 (patch) | |
| tree | 1a2519da6997c154ddf9bdc58a3ab1e49067e601 /src | |
| parent | 62d4409aca7d52ba76e3fd866afe5bd311786dd5 (diff) | |
| download | rabbitmq-server-git-30f8a2f2d22a182500364d8e34dfb25baa418fb9.tar.gz | |
Damn priorities.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_binding.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_binding.erl b/src/rabbit_binding.erl index e02427bc5f..b7bebc39cf 100644 --- a/src/rabbit_binding.erl +++ b/src/rabbit_binding.erl @@ -103,7 +103,7 @@ recover(XNames, QNames) -> #resource{kind = Kind}}}, _Acc) -> %% The check against rabbit_durable_route is in case it %% disappeared between getting the list and here - case (not mnesia:read({rabbit_durable_route, B}) =:= [] andalso + case (not (mnesia:read({rabbit_durable_route, B}) =:= []) andalso sets:is_element(Dst, case Kind of exchange -> XNameSet; queue -> QNameSet |
