summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2010-10-26 17:14:33 +0100
committerEmile Joubert <emile@rabbitmq.com>2010-10-26 17:14:33 +0100
commite531fe1cd1bbadb4a133fa9e89ffcf71318a254a (patch)
tree56e908fac903d2c7bdfc602bd1067f34bc067397 /include/rabbit.hrl
parent83ae729cb7e9e02c8751161a52863cf793df31c8 (diff)
parent8ca5359ffac4f7d02e1e439ecb42e1b586abf1ff (diff)
downloadrabbitmq-server-git-e531fe1cd1bbadb4a133fa9e89ffcf71318a254a.tar.gz
Merged bug23415 into default
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}).