diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2010-10-26 17:14:33 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2010-10-26 17:14:33 +0100 |
| commit | e531fe1cd1bbadb4a133fa9e89ffcf71318a254a (patch) | |
| tree | 56e908fac903d2c7bdfc602bd1067f34bc067397 /include/rabbit.hrl | |
| parent | 83ae729cb7e9e02c8751161a52863cf793df31c8 (diff) | |
| parent | 8ca5359ffac4f7d02e1e439ecb42e1b586abf1ff (diff) | |
| download | rabbitmq-server-git-e531fe1cd1bbadb4a133fa9e89ffcf71318a254a.tar.gz | |
Merged bug23415 into default
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 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}). |
