summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-10-26 10:59:37 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-10-26 10:59:37 +0100
commit0caf8cc615ee94c21a46bfa4c1f19b62aa63a739 (patch)
treea7d41da8613bdcfa15275b61e51793108f266d9d /include/rabbit.hrl
parentd7354c96df639f127b020f8a43f87adad212fe5d (diff)
parent1a60d0e0186d385607ca34fe3e400cdc5ac3a3e2 (diff)
downloadrabbitmq-server-git-0caf8cc615ee94c21a46bfa4c1f19b62aa63a739.tar.gz
Merge bug23319 into default (remove client scope)
Diffstat (limited to 'include/rabbit.hrl')
-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}).