diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-26 19:09:48 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-26 19:09:48 +0100 |
| commit | 41137e320d1f20c39bcd990938b370c50e78fe28 (patch) | |
| tree | 2af3ae596fa8436a13c1d1649f4a246619dfbc5e | |
| parent | 4ac8dbc57a53f293251784c28a403429efa52dd7 (diff) | |
| parent | 40e39047cece59c5b022a855e557b33d2547b1d4 (diff) | |
| download | rabbitmq-server-git-41137e320d1f20c39bcd990938b370c50e78fe28.tar.gz | |
merge heads
| -rw-r--r-- | src/rabbit_channel.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index 0d13312b0b..54427206c5 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -1153,10 +1153,6 @@ binding_action(Fun, ExchangeNameBin, DestinationType, DestinationNameBin, RoutingKey, Arguments, ReturnMethod, NoWait, State = #ch{virtual_host = VHostPath, conn_pid = ConnPid }) -> - %% FIXME: connection exception (!) on failure?? - %% (see rule named "failure" in spec-XML) - %% FIXME: don't allow binding to internal exchanges - - %% including the one named "" ! {DestinationName, ActualRoutingKey} = expand_binding(DestinationType, DestinationNameBin, RoutingKey, State), check_write_permitted(DestinationName, State), |
