diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-10-27 15:39:02 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-10-27 15:39:02 +0100 |
| commit | 0f90ff4daacbd6f53ea1da5323d73aaaa2ca0218 (patch) | |
| tree | 53affca2d30bbd480c2cd526ebcbfa62a8e7776f /include | |
| parent | 37515529cd6a8119c44166d9031eb18c09049060 (diff) | |
| parent | e531fe1cd1bbadb4a133fa9e89ffcf71318a254a (diff) | |
| download | rabbitmq-server-git-0f90ff4daacbd6f53ea1da5323d73aaaa2ca0218.tar.gz | |
Merge bug 23408 into default
Diffstat (limited to 'include')
| -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 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}). |
