summaryrefslogtreecommitdiff
path: root/src/rabbit_auth_mechanism.erl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-11-10 13:52:06 +0000
committerSimon MacMullen <simon@rabbitmq.com>2010-11-10 13:52:06 +0000
commitfafe74c76d8a15c7aca6af518b6af3e8ad3b9f27 (patch)
treeed3027a7f5b734640650f1c69178abfd6b9abbc2 /src/rabbit_auth_mechanism.erl
parentf217c2f98226b6ed7f0ef6368ddbeca663283686 (diff)
downloadrabbitmq-server-fafe74c76d8a15c7aca6af518b6af3e8ad3b9f27.tar.gz
Mostly working EXTERNAL implementation
Diffstat (limited to 'src/rabbit_auth_mechanism.erl')
-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 b13a14ec..c932471d 100644
--- a/src/rabbit_auth_mechanism.erl
+++ b/src/rabbit_auth_mechanism.erl
@@ -44,7 +44,7 @@ behaviour_info(callbacks) ->
%% Called before authentication starts. Should create a state
%% object to be passed through all the stages of authentication.
- {init, 0},
+ {init, 1},
%% Handle a stage of authentication. Possible responses:
%% {ok, User}