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
commite43f214f918478b382d79f050dbdc42a469a001d (patch)
treee218de8a3c8e8a6d3a9c07b209be0e917457d1cb
parentdad1849dd3b8baa441b385b12c697a2d97f500a7 (diff)
downloadrabbitmq-server-e43f214f918478b382d79f050dbdc42a469a001d.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 c932471d..d8410c84 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?