diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-10-13 15:08:04 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-10-13 15:08:04 +0100 |
| commit | ce51b66fca22a4a2d7bcf2cb3a6d7f40b3b21e92 (patch) | |
| tree | 79c561046ab5b481bb2ae99e3c083bc25d05d634 /include/rabbit.hrl | |
| parent | 1dce22d19591f92c347dad909d005f020cb0424e (diff) | |
| download | rabbitmq-server-git-ce51b66fca22a4a2d7bcf2cb3a6d7f40b3b21e92.tar.gz | |
remove scope from permissions tuple
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 2 |
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}). |
