25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Fix problem of authentication when using plain from SVN r2575 (EJAB-936)

SVN Revision: 2759
This commit is contained in:
Badlop 2009-11-24 21:40:50 +00:00
parent cf6d842d45
commit b989297725

View File

@ -369,7 +369,6 @@ wait_for_stream({xmlstreamstart, #xmlel{ns = NS} = Opening}, StateData) ->
send_trailer(StateData), send_trailer(StateData),
{stop, normal, StateData}; {stop, normal, StateData};
true -> true ->
send_element(StateData, Header),
fsm_next_state(wait_for_auth, fsm_next_state(wait_for_auth,
StateData#state{ StateData#state{
server = ServerB, server = ServerB,