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