summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-10-13 15:08:04 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-10-13 15:08:04 +0100
commitce51b66fca22a4a2d7bcf2cb3a6d7f40b3b21e92 (patch)
tree79c561046ab5b481bb2ae99e3c083bc25d05d634 /include
parent1dce22d19591f92c347dad909d005f020cb0424e (diff)
downloadrabbitmq-server-git-ce51b66fca22a4a2d7bcf2cb3a6d7f40b3b21e92.tar.gz
remove scope from permissions tuple
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 73a8ad972a..7661e34ce2 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}).