diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-14 12:52:28 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-14 12:52:28 +0100 |
| commit | 230b712847a1dd8ab1c497bee381da701f997166 (patch) | |
| tree | b2fba9d39abfe97166ae03f938b8bb1bededcbfd /include | |
| parent | c352c9cde25e776aeeb923e0adfc3f89340beaec (diff) | |
| download | rabbitmq-server-git-230b712847a1dd8ab1c497bee381da701f997166.tar.gz | |
scope is not set via the -s flag
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 653ad2fd73..490399787d 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -30,7 +30,7 @@ %% -record(user, {username, password}). --record(permission, {check, configure, write, read}). +-record(permission, {scope, configure, write, read}). -record(user_vhost, {username, virtual_host}). -record(user_permission, {user_vhost, permission}). |
