further binding API tweaks bug23228
authorMatthias Radestock <matthias@rabbitmq.com>
Sat Sep 04 04:19:25 2010 +0100 (20 months ago)
branchbug23228
changeset 104ff91e2dc8347
parent 103 1092981424a2
child 105 1401775b4290
child 107 6f77ef42ed2d
further binding API tweaks
src/bql_applicator.erl
     1.1 --- a/src/bql_applicator.erl	Fri Sep 03 15:44:51 2010 +0100
     1.2 +++ b/src/bql_applicator.erl	Sat Sep 04 04:19:25 2010 +0100
     1.3 @@ -117,7 +117,7 @@
     1.4                     list_to_binary(X), list_to_binary(Q),
     1.5                     list_to_binary(RoutingKey), Args, Username, VHost);
     1.6  apply_command({drop_binding, {X, Q, RoutingKey}}, #state {user = Username, vhost = VHost}) ->
     1.7 -    binding_action(fun rabbit_binding:delete/5,
     1.8 +    binding_action(fun rabbit_binding:remove/5,
     1.9                     list_to_binary(X), list_to_binary(Q),
    1.10                     list_to_binary(RoutingKey), <<"">>, Username, VHost);
    1.11