summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-11-19 12:10:03 +0000
committerSimon MacMullen <simon@rabbitmq.com>2010-11-19 12:10:03 +0000
commitc9d4f77de6c4845f262a12ad730aa592c7579142 (patch)
treee218de8a3c8e8a6d3a9c07b209be0e917457d1cb
parent70ab964a9b555f96175dd20be358cccfaa0674cd (diff)
downloadrabbitmq-server-git-c9d4f77de6c4845f262a12ad730aa592c7579142.tar.gz
Remove untrue statement
-rw-r--r--src/rabbit_auth_mechanism.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_auth_mechanism.erl b/src/rabbit_auth_mechanism.erl
index c932471d77..d8410c84a7 100644
--- a/src/rabbit_auth_mechanism.erl
+++ b/src/rabbit_auth_mechanism.erl
@@ -35,7 +35,7 @@
behaviour_info(callbacks) ->
[
- %% A description. Currently unused, may find its way into mgmt one day.
+ %% A description.
{description, 0},
%% If this mechanism is enabled, should it be offered for a given socket?