summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-05-30 17:46:37 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-05-30 17:46:37 +0100
commit52cdd4781d429d257979c8cb7f37b5da91c65f9e (patch)
tree77e114e6d46e74436e233548eb1f8bf777106792 /src
parent59ddfb4dd60ea2a9eb9e3593b988e9c6c5383b4e (diff)
downloadrabbitmq-server-git-52cdd4781d429d257979c8cb7f37b5da91c65f9e.tar.gz
Rewrite a frankly slightly dubious TODO
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_auth_mechanism_plain.erl5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rabbit_auth_mechanism_plain.erl b/src/rabbit_auth_mechanism_plain.erl
index a35a133a7a..aeea33b858 100644
--- a/src/rabbit_auth_mechanism_plain.erl
+++ b/src/rabbit_auth_mechanism_plain.erl
@@ -31,9 +31,8 @@
%% SASL PLAIN, as used by the Qpid Java client and our clients. Also,
%% apparently, by OpenAMQ.
-%% TODO: once the minimum erlang becomes R13B03, reimplement this
-%% using the binary module - that makes use of BIFs to do binary
-%% matching and will thus be much faster.
+%% TODO: reimplement this using the binary module? - that makes use of
+%% BIFs to do binary matching and will thus be much faster.
description() ->
[{description, <<"SASL PLAIN authentication mechanism">>}].