24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02: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] ->
case parse_domain(UserMaybeDomain) of
%% <NUL>login@domain<NUL>pwd
[User, Domain] ->
[User, _Domain] ->
[UserMaybeDomain, User, Password];
%% <NUL>login<NUL>pwd
[User] ->