diff options
author | Emile Joubert <emile@rabbitmq.com> | 2013-02-21 13:44:59 +0000 |
---|---|---|
committer | Emile Joubert <emile@rabbitmq.com> | 2013-02-21 13:44:59 +0000 |
commit | 97dada17a2770d5af602755a38bd6fbb812b8934 (patch) | |
tree | 8f562d881b598b74b9b55d71fbbd1ab6c7722489 /src/rabbit_auth_mechanism_plain.erl | |
parent | ecd7fb6e097f72060fcae8c49f5903fd8e569676 (diff) | |
parent | d1562e9de47255303213793205f648c64aa542d1 (diff) | |
download | rabbitmq-server-97dada17a2770d5af602755a38bd6fbb812b8934.tar.gz |
Merged default into bug19375
Diffstat (limited to 'src/rabbit_auth_mechanism_plain.erl')
-rw-r--r-- | src/rabbit_auth_mechanism_plain.erl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rabbit_auth_mechanism_plain.erl b/src/rabbit_auth_mechanism_plain.erl index 423170e1..a35a133a 100644 --- a/src/rabbit_auth_mechanism_plain.erl +++ b/src/rabbit_auth_mechanism_plain.erl @@ -11,7 +11,7 @@ %% The Original Code is RabbitMQ. %% %% The Initial Developer of the Original Code is VMware, Inc. -%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved. +%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved. %% -module(rabbit_auth_mechanism_plain). @@ -36,8 +36,7 @@ %% matching and will thus be much faster. description() -> - [{name, <<"PLAIN">>}, - {description, <<"SASL PLAIN authentication mechanism">>}]. + [{description, <<"SASL PLAIN authentication mechanism">>}]. should_offer(_Sock) -> true. |