summaryrefslogtreecommitdiff
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
commit28f49c60d863c5a8a146b5b7a476d2919d558442 (patch)
tree79c561046ab5b481bb2ae99e3c083bc25d05d634
parent22fb21ee81a55b5bfb1696b6125fa4df08b66846 (diff)
downloadrabbitmq-server-28f49c60d863c5a8a146b5b7a476d2919d558442.tar.gz
remove scope from permissions tuple
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 73a8ad97..7661e34c 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}).