summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-12-14 14:23:40 +0000
committerSimon MacMullen <simon@rabbitmq.com>2010-12-14 14:23:40 +0000
commitdc71564903f1c123d847f560afb1009da24d027c (patch)
treeb69147e2f17bf475ec3d27518157716826d6146b /include
parentae523d758ea75906f09a79babce8c9bf4a825cce (diff)
downloadrabbitmq-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.hrl2
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.