summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-10-27 15:39:02 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-10-27 15:39:02 +0100
commit0f90ff4daacbd6f53ea1da5323d73aaaa2ca0218 (patch)
tree53affca2d30bbd480c2cd526ebcbfa62a8e7776f /include
parent37515529cd6a8119c44166d9031eb18c09049060 (diff)
parente531fe1cd1bbadb4a133fa9e89ffcf71318a254a (diff)
downloadrabbitmq-server-git-0f90ff4daacbd6f53ea1da5323d73aaaa2ca0218.tar.gz
Merge bug 23408 into default
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index ae672fc908..c1c9bd655e 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -30,7 +30,7 @@
%%
-record(user, {username, password, is_admin}).
--record(permission, {scope, configure, write, read}).
+-record(permission, {configure, write, read}).
-record(user_vhost, {username, virtual_host}).
-record(user_permission, {user_vhost, permission}).