This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I applied this patch to the server: | |
diff --git a/src/rabbit_access_control.erl b/src/rabbit_access_control.erl | |
index 41c54b0..a0feb33 100644 | |
--- a/src/rabbit_access_control.erl | |
+++ b/src/rabbit_access_control.erl | |
@@ -136,9 +136,16 @@ check_vhost_access(User = #user{username = Username, | |
fun({Mod, Impl}, ok) -> | |
check_access( | |
fun() -> |