mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Typo (prolists -> proplists).
SVN Revision: 1833
This commit is contained in:
parent
38c0f3cdc8
commit
03f2de75f5
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-19 Pablo Polvorin <pablo.polvorin@process-one.net>
|
||||||
|
|
||||||
|
* src/cyrsasl_digest.erl: Typo (prolists -> proplists).
|
||||||
|
|
||||||
2009-01-19 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
|
2009-01-19 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
|
||||||
|
|
||||||
* src/cyrsasl_digest.erl: Replace hijacked usage of xml:get_attr_s/2
|
* src/cyrsasl_digest.erl: Replace hijacked usage of xml:get_attr_s/2
|
||||||
|
@ -43,7 +43,7 @@ mech_step(#state{step = 3, nonce = Nonce} = State, ClientIn) ->
|
|||||||
bad ->
|
bad ->
|
||||||
{error, 'bad-protocol'};
|
{error, 'bad-protocol'};
|
||||||
KeyVals ->
|
KeyVals ->
|
||||||
DigestURI = prolists:get_value("digest-uri", KeyVals, ""),
|
DigestURI = proplists:get_value("digest-uri", KeyVals, ""),
|
||||||
UserName = proplists:get_value("username", KeyVals, ""),
|
UserName = proplists:get_value("username", KeyVals, ""),
|
||||||
case is_digesturi_valid(DigestURI, State#state.host) of
|
case is_digesturi_valid(DigestURI, State#state.host) of
|
||||||
false ->
|
false ->
|
||||||
|
Loading…
Reference in New Issue
Block a user