mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix warning about unused variable
SVN Revision: 2847
This commit is contained in:
parent
1eb2b1f047
commit
69869f0446
@ -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] ->
|
||||
|
Loading…
Reference in New Issue
Block a user