diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-12-14 14:23:40 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-12-14 14:23:40 +0000 |
| commit | dc71564903f1c123d847f560afb1009da24d027c (patch) | |
| tree | b69147e2f17bf475ec3d27518157716826d6146b /include | |
| parent | ae523d758ea75906f09a79babce8c9bf4a825cce (diff) | |
| download | rabbitmq-server-git-dc71564903f1c123d847f560afb1009da24d027c.tar.gz | |
Make refused and protocol_error cases more symmetrical.
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_auth_mechanism_spec.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit_auth_mechanism_spec.hrl b/include/rabbit_auth_mechanism_spec.hrl index 93aa40bd61..f8dc93fe72 100644 --- a/include/rabbit_auth_mechanism_spec.hrl +++ b/include/rabbit_auth_mechanism_spec.hrl @@ -36,6 +36,6 @@ {'ok', rabbit_types:user()} | {'challenge', binary(), any()} | {'protocol_error', string(), [any()]} | - {'refused', rabbit_access_control:username()}). + {'refused', string(), [any()]}). -endif. |
