summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-10-26 19:09:48 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-10-26 19:09:48 +0100
commit41137e320d1f20c39bcd990938b370c50e78fe28 (patch)
tree2af3ae596fa8436a13c1d1649f4a246619dfbc5e /src
parent4ac8dbc57a53f293251784c28a403429efa52dd7 (diff)
parent40e39047cece59c5b022a855e557b33d2547b1d4 (diff)
downloadrabbitmq-server-git-41137e320d1f20c39bcd990938b370c50e78fe28.tar.gz
merge heads
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_channel.erl4
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),