summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-14 12:52:28 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-14 12:52:28 +0100
commit230b712847a1dd8ab1c497bee381da701f997166 (patch)
treeb2fba9d39abfe97166ae03f938b8bb1bededcbfd /include
parentc352c9cde25e776aeeb923e0adfc3f89340beaec (diff)
downloadrabbitmq-server-git-230b712847a1dd8ab1c497bee381da701f997166.tar.gz
scope is not set via the -s flag
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 653ad2fd73..490399787d 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -30,7 +30,7 @@
%%
-record(user, {username, password}).
--record(permission, {check, configure, write, read}).
+-record(permission, {scope, configure, write, read}).
-record(user_vhost, {username, virtual_host}).
-record(user_permission, {user_vhost, permission}).