mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Fix warning about unused variable
SVN Revision: 2846
This commit is contained in:
parent
dbad3df333
commit
5d749de74d
@ -62,7 +62,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] ->
|
||||
|
Loading…
Reference in New Issue
Block a user