25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Fix warning about unused variable

SVN Revision: 2847
This commit is contained in:
Badlop 2009-12-29 23:13:15 +00:00
parent 1eb2b1f047
commit 69869f0446

View File

@ -88,7 +88,7 @@ prepare(ClientIn) ->
[[], UserMaybeDomain, Password] -> [[], UserMaybeDomain, Password] ->
case parse_domain(UserMaybeDomain) of case parse_domain(UserMaybeDomain) of
%% <NUL>login@domain<NUL>pwd %% <NUL>login@domain<NUL>pwd
[User, Domain] -> [User, _Domain] ->
[UserMaybeDomain, User, Password]; [UserMaybeDomain, User, Password];
%% <NUL>login<NUL>pwd %% <NUL>login<NUL>pwd
[User] -> [User] ->