Skip to content

Commit

Permalink
Merge pull request #9942 from rabbitmq/mergify/bp/v3.11.x/pr-9941
Browse files Browse the repository at this point in the history
Fixes #9937 (backport #9940) (backport #9941)
  • Loading branch information
michaelklishin authored Nov 17, 2023
2 parents a2ab342 + 89f472d commit 5e244a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps/rabbit/src/rabbit_auth_backend_internal.erl
Original file line number Diff line number Diff line change
Expand Up @@ -711,9 +711,9 @@ clear_topic_permissions(Username, VirtualHost, Exchange, ActingUser) ->
end)),
rabbit_log:info("Successfully cleared topic permissions on exchange '~ts' for '~ts' in virtual host '~ts'",
[Exchange, Username, VirtualHost]),
rabbit_event:notify(permission_deleted, [{user, Username},
{vhost, VirtualHost},
{user_who_performed_action, ActingUser}]),
rabbit_event:notify(topic_permission_deleted, [{user, Username},
{vhost, VirtualHost},
{user_who_performed_action, ActingUser}]),
R
catch
throw:{error, {no_such_vhost, _}} = Error ->
Expand Down

0 comments on commit 5e244a1

Please sign in to comment.